Skip to content

Commit

Permalink
fix: riscv release ci (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncitron committed Oct 25, 2024
1 parent 016af05 commit 4f14e16
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 @@ -239,7 +239,7 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: build
run: cargo build --package cli --release --target riscv64gc-unknown-linux-gnu
run: cargo build --package helios-cli --release --target riscv64gc-unknown-linux-gnu

- name: archive
run: tar -czvf "helios_linux_riscv64gc.tar.gz" -C ./target/riscv64gc-unknown-linux-gnu/release helios
Expand Down

0 comments on commit 4f14e16

Please sign in to comment.