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: with:
name: Build name: Build
path: ./build.zip path: ./build.zip
- name: Download Version info - name: Download Version Info
uses: actions/download-artifact@v1 uses: actions/download-artifact@v1
with: with:
name: Version name: Version
path: ./
- name: Check Directory - name: Check Directory
run: Get-ChildItem "./" run: Get-ChildItem "./"
- name: Set Version Number - name: Set Version Number