Skip to content

Commit 18bf699

Browse files
committed
Update release.yml
1 parent e58fb14 commit 18bf699

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ jobs:
1515
node-version: 'lts/*'
1616
- run: yarn --frozen-lockfile
1717
- run: npm install --global pkg
18+
- run: yarn build
1819
- name: Build
19-
run: pkg index.js --output sesame-daemon --targets linux,macos,win
20+
run: pkg dist/main.js -o sesame-daemon --targets linux,macos,win
2021
- name: Release
2122
uses: softprops/action-gh-release@v1
2223
with:

0 commit comments

Comments
 (0)