Skip to content

Commit

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

- name: Write checksum to a file
shell: bash
run: |
sha256sum "target/${{ matrix.target_name }}/release/${{ matrix.artifact_name }}" | tee ${{ matrix.artifact_name }}.sha256
- name: Upload checksum files to release
uses: svenstaro/upload-release-action@v1-release
with:
Expand Down

0 comments on commit 3417bba

Please sign in to comment.