Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
fix(ci): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mazziechai committed Mar 25, 2024
1 parent cb0d0b3 commit 99df658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: rustup target add wasm32-unknown-unknown

- name: Install trunk
run: wget -q0- https://github.com/trunk-rs/trunk/releases/download/v0.19.1/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
run: wget -qO- https://github.com/trunk-rs/trunk/releases/download/v0.19.1/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-

- name: Build
run: cd nova-playground && trunk build --release --public-url "${GITHUB_REPOSITORY#*/}"
Expand Down

0 comments on commit 99df658

Please sign in to comment.