puts path for .zip file back on the same line as path

This commit is contained in:
Andrew Welker
2020-03-24 14:22:10 -06:00
parent e0813354d9
commit a74a703610

View File

@@ -68,9 +68,8 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: Build
path:
./${{ env.SOLUTION_FILE}}-${{ env.VERSION}}.zip
# Upload the Version file as an artifact
path: ./${{ env.SOLUTION_FILE}}-${{ env.VERSION}}.zip
# Upload the Version file as an artifact
- name: Upload version.txt
uses: actions/upload-artifact@v1
with: