Skip to content

Commit 2e3a564

Browse files
committed
chore: Update build command to generate sesame-daemon-linux executable
1 parent e1732f0 commit 2e3a564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
# - run: node-prune
109109

110110
- name: Build
111-
run: pkg dist/main.js -o sesame-daemon --targets linux,macos,win -C Brotli --config package.json
111+
run: pkg dist/main.js -o sesame-daemon-linux --targets linux --config package.json
112112

113113
- name: Upload Build Artifact
114114
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)