Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wisarmy committed Nov 23, 2024
1 parent c2b3eab commit 6fd0939
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,12 @@ jobs:
cd target/${{ matrix.platform.target }}/release
mv ${{ matrix.platform.bin }} ${{ matrix.platform.name }}
- name: Generate SHA256
shell: bash
run: |
cd target/${{ matrix.platform.target }}/release
sha256sum ${{ matrix.platform.name }} > ${{ matrix.platform.name }}.sha256
- name: Upload binaries to release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: |
target/${{ matrix.platform.target }}/release/${{ matrix.platform.name }}
target/${{ matrix.platform.target }}/release/${{ matrix.platform.name }}.sha256
draft: false
prerelease: false

0 comments on commit 6fd0939

Please sign in to comment.