Skip to content

Commit

Permalink
misc(ci): Store Linux pdb under a different name
Browse files Browse the repository at this point in the history
  • Loading branch information
Kissaki committed Jun 4, 2023
1 parent 5e71059 commit 00aa819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
--attach publish/win-x64/website-downloader.exe
--attach publish/win-x64/website-downloader.pdb
--attach publish/linux-x64/website-downloader
--attach publish/linux-x64/website-downloader.pdb
--attach publish/linux-x64/website-downloader.pdb#website-downloader.linux.pdb
--message "${{ github.ref_name }}" "${{ github.ref_name }}"

0 comments on commit 00aa819

Please sign in to comment.