Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
casperstorm committed Apr 21, 2024
1 parent fbcce9b commit f0ab353
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,21 +146,21 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Download all artifacts
uses: actions/download-artifact@v4
- name: Download Artifacts
uses: robinraju/[email protected]
with:
path: artifacts
- name: Generate checksums file
tag: ${{ github.ref_name }}
fileName: "h*"
- name: Generate checksum
uses: jmgilman/actions-generate-checksum@v1
with:
patterns: h*
method: sha256
patterns: |
*.zip
*.tar.gz
*.dmg
output: checksums.txt
- name: Publish checksums file
uses: softprops/action-gh-release@v1
output: checksums.sha256.txt
- name: Publish checksums
uses: svenstaro/upload-release-action@v2
with:
files: |
checksums.txt
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: checksums.sha256.txt
tag: ${{ github.ref }}
overwrite: true

0 comments on commit f0ab353

Please sign in to comment.