Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Suppress sub-folder in ZIP file
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed Dec 18, 2023
1 parent 55a6e37 commit 2c5c886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/luabitop_compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v4
- name: Zip release
run: Compress-Archive -Path LuaBitOp-DLL -CompressionLevel Optimal -DestinationPath LuaBitOp-DLL.zip
run: Compress-Archive -Path LuaBitOp-DLL\* -CompressionLevel Optimal -DestinationPath LuaBitOp-DLL.zip
- name: Release DLL
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 2c5c886

Please sign in to comment.