really adds uploading version.txt back in

This commit is contained in:
Andrew Welker
2020-03-24 14:21:29 -06:00
parent 96a4af40c9
commit e0813354d9

View File

@@ -68,7 +68,14 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: Build
path: ./${{ env.SOLUTION_FILE}}-${{ env.VERSION}}.zip
path:
./${{ env.SOLUTION_FILE}}-${{ env.VERSION}}.zip
# Upload the Version file as an artifact
- name: Upload version.txt
uses: actions/upload-artifact@v1
with:
name: Version
path: ${{env.GITHUB_HOME}}\output\version.txt
# Create the release on the source repo
- name: Create Release
id: create_release