We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e58fb14 commit 18bf699Copy full SHA for 18bf699
.github/workflows/release.yml
@@ -15,8 +15,9 @@ jobs:
15
node-version: 'lts/*'
16
- run: yarn --frozen-lockfile
17
- run: npm install --global pkg
18
+ - run: yarn build
19
- name: Build
- run: pkg index.js --output sesame-daemon --targets linux,macos,win
20
+ run: pkg dist/main.js -o sesame-daemon --targets linux,macos,win
21
- name: Release
22
uses: softprops/action-gh-release@v1
23
with:
0 commit comments