Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lautarodragan committed Nov 26, 2024
1 parent 196a5e3 commit 28e7c16
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ jobs:
- run: cargo build --locked --target x86_64-unknown-linux-gnu
# - run: cargo build --locked --release --target x86_64-unknown-linux-gnu
# - run: cargo build --locked --release --target x86_64-unknown-linux-musl # can't. cpal needs libc.
- run: tar czf jolteon.tar.gz --directory=target/x86_64-unknown-linux-gnu/release jolteon
- run: tar --version
- run: tar czf jolteon.tar.gz --directory=./target/x86_64-unknown-linux-gnu/release jolteon
- uses: actions/upload-artifact@v4
with:
name: jolteon-x86_64-unknown-linux-gnu.tar.gz
path: jolteon.tar.gz
compression-level: '0'
compression-level: 0

0 comments on commit 28e7c16

Please sign in to comment.