Skip to content

Commit

Permalink
Add the * because we want to zip everything include the file in the…
Browse files Browse the repository at this point in the history
… folder.
  • Loading branch information
andy840119 committed Mar 4, 2023
1 parent a78885a commit 8f5e6a1
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 @@ -35,7 +35,7 @@ jobs:
- name: Zip the dlls
run: |
cd osu.Game.Rulesets.Karaoke/bin/Release/net6.0/DLLs
zip -r ../osu.Game.Rulesets.Karaoke.zip ./
zip -r ../osu.Game.Rulesets.Karaoke.zip ./*
- name: Upload Release Asset
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 8f5e6a1

Please sign in to comment.