Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #156 from shrihanDev/main
Browse files Browse the repository at this point in the history
ci: enable compression in the binary
  • Loading branch information
reis authored Aug 5, 2022
2 parents 99966bb + 6128b0a commit 73627b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install pkg
run: sudo npm install -g pkg
- name: Build
run: pkg -t linux-x64,macos-x64,win-x64 --out-path dist .
run: pkg -t linux-x64,macos-x64,win-x64 -C GZip --out-path dist .
- name: Upload to Releases
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 73627b7

Please sign in to comment.