File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,20 +25,20 @@ jobs:
2525 - uses : vimtor/action-zip@v1
2626 with :
2727 files : PapyrusCs/bin/Release/netcoreapp3.1/win-x64/publish/
28- dest : papyruscs-dotnetcore-0.6.${{github.run_number}-win64.zip
28+ dest : papyruscs-dotnetcore-0.6.${{github.run_number}} -win64.zip
2929 - name : Upload .zip as artifact
3030 uses : actions/upload-artifact@v2
3131 with :
32- name : papyruscs-dotnetcore-0.6.${{github.run_number}-win64.zip
33- path : papyruscs-dotnetcore-0.6.${{github.run_number}-win64.zip
32+ name : papyruscs-dotnetcore-0.6.${{github.run_number}} -win64.zip
33+ path : papyruscs-dotnetcore-0.6.${{github.run_number}} -win64.zip
3434 if-no-files-found : error
3535
3636 - name : Puts the release on GitHub
3737 uses : ncipollo/release-action@v1
3838 with :
39- artifacts : " papyruscs-dotnetcore-0.6.${{github.run_number}-win64.zip"
39+ artifacts : " papyruscs-dotnetcore-0.6.${{github.run_number}} -win64.zip"
4040 token : ${{ secrets.GITHUB_TOKEN }}
41- tag : 0.6.${{ steps.build-number.outputs.BUILD_NUMBER }}
42- name : PapyrusCs - 0.6.${{ steps.build-number.outputs.BUILD_NUMBER }}
41+ tag : 0.6.${{github.run_number }}
42+ name : PapyrusCs - 0.6.${{github.run_number }}
4343 prerelease : true
4444
You can’t perform that action at this time.
0 commit comments