We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4b3eb commit 9996728Copy full SHA for 9996728
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- run: curl -sf https://gobinaries.com/tj/node-prune | sh
20
- run: node-prune
21
- name: Build
22
- run: pkg dist/main.js -o sesame-daemon --targets linux,macos,win
+ run: pkg dist/main.js -o sesame-daemon --targets linux,macos,win -C Brotli
23
- name: Release
24
uses: softprops/action-gh-release@v1
25
with:
0 commit comments