Skip to content

Commit

Permalink
CI test 10
Browse files Browse the repository at this point in the history
  • Loading branch information
vrrashkov committed Oct 5, 2023
1 parent a18f56b commit cd4a255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: tar -czf ${{ matrix.platform.bin }}-${{ matrix.platform.target }}.tar.gz ${{ matrix.platform.bin }}
working-directory: target/${{ matrix.platform.target }}/release/
- name: Generate SHA-256
run: shasum -a 256 target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}}-${{ matrix.platform.target }}.tar.gz | cut -d ' ' -f 1 > target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}}-${{ matrix.platform.target }}.tar.gz.sha256
run: shasum -a 256 target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}-${{ matrix.platform.target }}.tar.gz | cut -d ' ' -f 1 > target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}-${{ matrix.platform.target }}.tar.gz.sha256
- name: Release binary and SHA-256 checksum to GitHub
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit cd4a255

Please sign in to comment.