We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9295dcb commit 708c0d3Copy full SHA for 708c0d3
1 file changed
.github/workflows/release.yml
@@ -113,10 +113,7 @@ jobs:
113
run: npm install -g pkg
114
115
- name: Create binary
116
- run: |
117
- pkg dist/index.js \
118
- --targets node18-${{ matrix.platform }}-${{ matrix.arch }} \
119
- --output gh-manager-cli-${{ matrix.platform }}-${{ matrix.arch }}${{ matrix.ext }}
+ run: pkg dist/index.js --targets node18-${{ matrix.platform }}-${{ matrix.arch }} --output gh-manager-cli-${{ matrix.platform }}-${{ matrix.arch }}${{ matrix.ext }}
120
121
- name: Upload build artifacts
122
uses: actions/upload-artifact@v4
0 commit comments