File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ jobs:
2727 sudo apt-get update
2828 sudo apt-get install -y binfmt-support qemu-user-static
2929 - name : ' Build'
30- run : pnpm run build && pnpm --filter wokwi- cli run package
30+ run : pnpm run build && pnpm --filter @ wokwi/ cli run package
3131 - name : Upload Release
3232 uses : ncipollo/release-action@v1
3333 with :
34- artifacts : ' packages/wokwi- cli/dist/bin/wokwi-cli-*,packages/wokwi- cli/dist/bin/version.json'
34+ artifacts : ' packages/cli/dist/bin/wokwi-cli-*,packages/cli/dist/bin/version.json'
3535 token : ${{ secrets.GITHUB_TOKEN }}
3636 generateReleaseNotes : true
Original file line number Diff line number Diff line change 2929 - name : Lint check
3030 run : pnpm run lint
3131 - name : Test creating CLI packages
32- run : pnpm --filter wokwi- cli run package
32+ run : pnpm --filter @ wokwi/ cli run package
3333 - name : Test Packing the packages
3434 run : pnpm -r pack
3535 - name : Run vitest tests
You can’t perform that action at this time.
0 commit comments