Skip to content

Commit

Permalink
use tar.gz archives
Browse files Browse the repository at this point in the history
  • Loading branch information
k0gen committed Feb 10, 2025
1 parent bbdc7e0 commit de8fc29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ jobs:
mkdir -p ../artifacts
cp ~/.cargo/bin/start-cli ../artifacts/start-cli-${{ matrix.target }}
- name: Generate SHA256 for binary
- name: Create archive and generate SHA256
working-directory: artifacts
run: |
shasum -a 256 start-cli-${{ matrix.target }} > start-cli-${{ matrix.target }}.sha256
tar -czf start-cli-${{ matrix.target }}.tar.gz start-cli-${{ matrix.target }}
shasum -a 256 start-cli-${{ matrix.target }}.tar.gz > start-cli-${{ matrix.target }}.tar.gz.sha256
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit de8fc29

Please sign in to comment.