Skip to content

Commit

Permalink
also add a dev release checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Nov 20, 2024
1 parent f091710 commit 627c9f8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,20 @@ jobs:

checksum:
uses: ./.github/workflows/generate-checksums.yml
strategy:
fail-fast: false
matrix:
alias:
- dev
- ${{ github.sha }}

needs:
- build-release-binary-alias
- build-release-binary-branch
with:
download-pattern: release-*
flatten: true
output: sha256sum-${{ github.sha }}.txt
output: sha256sum-${{ matrix.alias }}.txt
show: true
upload-name: release-checksums-${{ github.sha }}

Expand Down

0 comments on commit 627c9f8

Please sign in to comment.