Skip to content

Commit

Permalink
Update deploy.yml (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen authored May 22, 2023
1 parent ae58166 commit 7f69a77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,9 @@ jobs:
# Make release tarballs
mkdir -vp ./release
pushd ./bin
tar cJvf "$ORIGDIR/release/acars_router.amd64.tar.xz" ./bin/acars_router.amd64
tar cJvf "$ORIGDIR/release/acars_router.armv7.tar.xz" ./bin/acars_router.armv7
tar cJvf "$ORIGDIR/release/acars_router.arm64.tar.xz" ./bin/acars_router.arm64
tar cJvf "$ORIGDIR/release/acars_router.amd64.tar.xz" ./acars_router.amd64
tar cJvf "$ORIGDIR/release/acars_router.armv7.tar.xz" ./acars_router.armv7
tar cJvf "$ORIGDIR/release/acars_router.arm64.tar.xz" ./acars_router.arm64
popd
- name: Get binary version from Cargo.toml
Expand Down

0 comments on commit 7f69a77

Please sign in to comment.