File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,17 +85,17 @@ jobs:
8585 - name : Build ${{ matrix.target }}
8686 working-directory : napi/angular-compiler
8787 if : ${{ !contains(matrix.target , 'gnu') && !contains(matrix.target, 'musl') }}
88- run : pnpm build-dev -- -- release --target ${{ matrix.target }}
88+ run : pnpm build-dev --release --target ${{ matrix.target }}
8989
9090 - name : Build ${{ matrix.target }}
9191 working-directory : napi/angular-compiler
9292 if : ${{ contains(matrix.target , 'gnu') }}
93- run : pnpm build-dev -- -- release --target ${{ matrix.target }} --use-napi-cross
93+ run : pnpm build-dev --release --target ${{ matrix.target }} --use-napi-cross
9494
9595 - name : Build ${{ matrix.target }}
9696 working-directory : napi/angular-compiler
9797 if : ${{ contains(matrix.target, 'musl') }}
98- run : pnpm build-dev -- -- release --target ${{ matrix.target }} -x
98+ run : pnpm build-dev --release --target ${{ matrix.target }} -x
9999
100100 - name : Upload artifact
101101 uses : actions/upload-artifact@v6
You can’t perform that action at this time.
0 commit comments