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

Commit

Permalink
Test compression
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed Dec 18, 2023
1 parent 6e13158 commit 55a6e37
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/luabitop_compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,13 @@ jobs:
if-no-files-found: error

## Release on tag
- uses: actions/download-artifact@v4
- name: Display structure of downloaded files
run: dir LuaBitOp-DLL
- name: Download artifact
uses: actions/download-artifact@v4
- name: Zip release
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
with:
files: |
bit.dll
LICENSE
README.md
files: LuaBitOp-DLL.zip
fail_on_unmatched_files: true

0 comments on commit 55a6e37

Please sign in to comment.