File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,20 +25,20 @@ jobs:
25
25
- uses : vimtor/action-zip@v1
26
26
with :
27
27
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
29
29
- name : Upload .zip as artifact
30
30
uses : actions/upload-artifact@v2
31
31
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
34
34
if-no-files-found : error
35
35
36
36
- name : Puts the release on GitHub
37
37
uses : ncipollo/release-action@v1
38
38
with :
39
- artifacts : " papyruscs-dotnetcore-0.6.${{github.run_number}-win64.zip"
39
+ artifacts : " papyruscs-dotnetcore-0.6.${{github.run_number}} -win64.zip"
40
40
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 }}
43
43
prerelease : true
44
44
You can’t perform that action at this time.
0 commit comments