Removes path property from Download Version info step

This commit is contained in:
Neil Dorin
2020-03-17 16:09:34 -06:00
parent 91e52db5c9
commit ec71e80c53

View File

@@ -98,11 +98,10 @@ jobs:
with:
name: Build
path: ./build.zip
- name: Download Version info
- name: Download Version Info
uses: actions/download-artifact@v1
with:
name: Version
path: ./
- name: Check Directory
run: Get-ChildItem "./"
- name: Set Version Number