Skip to content

Commit ed7225a

Browse files
authored
Update dotnet.yml
1 parent 3888d81 commit ed7225a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/dotnet.yml

+6-6
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)