Skip to content

Commit

Permalink
fix: not zipping recursively
Browse files Browse the repository at this point in the history
  • Loading branch information
thepigeongenerator committed Nov 23, 2024
1 parent 41defc7 commit df5facc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add_build_to_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fname="${{github.workspace}}/builds/${arch}_${{env.BUILD_PROJECT}}.zip"
cd "${{env.BUILD_PROJECT}}/bin/Release/net6.0/$arch"
zip $fname *
zip $fname * -r
cd -
echo "created $fname"
done
Expand Down

0 comments on commit df5facc

Please sign in to comment.