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

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
reisxd committed Jul 3, 2022
1 parent 1f62ca7 commit 6bdcb49
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 --public
run: pkg -t linux-x64,macos-x64,win-x64 --out-path dist --public index.js
- name: Upload to Releases
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 6bdcb49

Please sign in to comment.