Skip to content

Commit

Permalink
Update release script.
Browse files Browse the repository at this point in the history
  • Loading branch information
adaburrows committed Aug 11, 2022
1 parent 29adb2c commit 3efb542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: nix-shell --run "pnpm run install-deps"
- name: Build happ
run: |
nix-shell --run "pnpm run happ-pack"
nix-shell --run "pnpm run hc:happ-pack"
- name: Build webhApp
run: |
nix-shell --run "pnpm run webhapp-pack"
Expand Down

0 comments on commit 3efb542

Please sign in to comment.