Skip to content

Commit 95ac9a3

Browse files
committed
ci: fix broken references to wokwi-cli after refactor
1 parent 4de6ab9 commit 95ac9a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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

0 commit comments

Comments
 (0)