Skip to content

Commit

Permalink
FIX build
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed May 21, 2024
1 parent 46452e6 commit aae2e13
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ jobs:
cmd: install
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
npm_config_arch: ${{ matrix.npm_config_arch }}
- name: build
run: |
node ./build/prepare.js ${{ env.target }}
npx vsce package --target ${{ env.target }}
node ./build/prepare.js ${{ matrix.target }}
npx vsce package --target ${{ matrix.target }}
- name: Upload
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit aae2e13

Please sign in to comment.