mirror of
https://github.com/irmen/prog8.git
synced 2024-11-25 19:31:36 +00:00
last attempt for hash build step
This commit is contained in:
parent
e6014ea4dd
commit
7516116bb7
4
.github/workflows/all-ci.yml
vendored
4
.github/workflows/all-ci.yml
vendored
@ -40,7 +40,7 @@ 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
|
||||
@ -48,7 +48,7 @@ jobs:
|
||||
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user