Skip to content

Commit

Permalink
update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Shayan Hashemi committed Feb 14, 2025
1 parent 4474c65 commit 73d3dde
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 @@ -81,7 +81,7 @@ jobs:
export CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_LINKER=arm-linux-gnueabihf-gcc
cargo build --release --verbose --target armv7-unknown-linux-gnueabihf
cp target/armv7-unknown-linux-gnueabihf/release/tw tw-armv7-linux-gnueabihf
cargo deb --output upload/tabiew-armv7-linux-gnueabihf.deb --target upload/armv7-unknown-linux-gnueabihf
cargo deb --output upload/tabiew-armv7-linux-gnueabihf.deb --target armv7-unknown-linux-gnueabihf
cargo generate-rpm --output upload/tabiew-armv7-linux-gnueabihf.rpm --target armv7-unknown-linux-gnueabihf
- name: Upload artifacts to release
Expand Down

0 comments on commit 73d3dde

Please sign in to comment.