Skip to content

Commit

Permalink
chore(actions): prevent nested dir on windows zips
Browse files Browse the repository at this point in the history
Signed-off-by: Erica Marigold <[email protected]>
  • Loading branch information
CompeyDev authored Oct 22, 2024
1 parent 216e1ea commit 68d2ebc
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 @@ -74,7 +74,7 @@ jobs:
;;
*Windows-*)
# Windows zips (portable and non-portable)
zip "distrib/${dir}.zip" "${dir}"/*
env -C "${dir}" zip "distrib/${dir}.zip" .
;;
PrismLauncher-source)
# Source tarball
Expand Down

0 comments on commit 68d2ebc

Please sign in to comment.