Skip to content

Commit

Permalink
build:Fix output path in release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
uncle-light committed Mar 21, 2024
1 parent d07db1f commit db797f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install pkg
run: npm install pkg -g
- name: Package with pkg
run: pkg package/index.js --targets node16-linux,node16-macos,node16-win --out-path=package/
run: pkg package/index.js --targets node16-linux,node16-macos,node16-win --output package

- name: Capture the version tag
id: vars
Expand Down

0 comments on commit db797f5

Please sign in to comment.