Skip to content

Commit

Permalink
fix package workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobharder committed Oct 29, 2023
1 parent 2b5c615 commit 5fa4d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Package
run: |
rm ./bin/Release/win-x64/publish/*.pdb
rm ./bin/tools/Release/win-x64/publish/*.pdb
tar -caf burntime-${{ github.ref_name }}.zip -C ./bin/Release/win-x64/publish *
# rm ./bin/tools/Release/win-x64/publish/*.pdb
# tar -caf burntime-tools.zip -C ./bin/tools/Release/win-x64/publish *

- name: Release
Expand Down

0 comments on commit 5fa4d45

Please sign in to comment.