Skip to content

Commit

Permalink
redo that
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterkat committed Jun 11, 2024
1 parent b77f565 commit 2b8a19c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,20 @@ jobs:
args: --target i686-unknown-linux-gnu --release --features "citadel_reactions katmos"
if: matrix.os == 'ubuntu-20.04'

- name: Generate checksum for release files
uses: Solratic/checksum-action@v1
with:
pattern: "target/${{ matrix.target_name }}/release/${{ matrix.artifact_name }}"
suffix: "sha256"

- name: Upload checksum files to release
uses: svenstaro/upload-release-action@v1-release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/${{ matrix.target_name }}/release/${{ matrix.artifact_name }}.sha256
asset_name: ${{ matrix.artifact_name }}
tag: ${{ github.ref }}

- name: Upload binary to release
uses: svenstaro/upload-release-action@v1-release
with:
Expand Down

0 comments on commit 2b8a19c

Please sign in to comment.