Skip to content

Commit

Permalink
last attempt for hash build step
Browse files Browse the repository at this point in the history
  • Loading branch information
irmen committed Mar 21, 2024
1 parent e6014ea commit 7516116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/all-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ jobs:
steps:
- name: Calculate hash
uses: MCJack123/ghaction-generate-release-hashes@v4
if: "github.event_name == 'release'"
if: github.event_name == 'release'
with:
get-assets: true
hash-type: sha256
file-name: hashes.txt

- name: Upload hashes
uses: actions/upload-artifact@v4
if: "github.event_name == 'release'"
if: github.event_name == 'release'
with:
name: Artifact Hashes
path: hashes.txt

0 comments on commit 7516116

Please sign in to comment.