Skip to content

Commit

Permalink
CI: Upload gzipped artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Jan 30, 2025
1 parent 7bf1463 commit 78f0d46
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
- run: cargo install cross --vers ${CROSS_VERSION}
- run: cross build --release --target=${TARGET_ARCH}

- run: tar czf clubfridge-neo-${TARGET_ARCH}.tar.gz target/${TARGET_ARCH}/release/clubfridge-neo

- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
path: target/${{ env.TARGET_ARCH }}/release/clubfridge-neo
name: clubfridge-neo-${{ env.TARGET_ARCH }}.tar.gz
path: clubfridge-neo-${{ env.TARGET_ARCH }}.tar.gz

0 comments on commit 78f0d46

Please sign in to comment.