mirror of
https://github.com/irmen/prog8.git
synced 2024-11-22 15:33:02 +00:00
ci
This commit is contained in:
parent
ad4880997a
commit
362abfe284
2
.github/workflows/all-ci.yml
vendored
2
.github/workflows/all-ci.yml
vendored
@ -40,6 +40,7 @@ jobs:
|
||||
steps:
|
||||
- name: Calculate hash
|
||||
uses: MCJack123/ghaction-generate-release-hashes@v4
|
||||
if: "github.event_name == 'release'"
|
||||
with:
|
||||
get-assets: true
|
||||
hash-type: sha256
|
||||
@ -47,6 +48,7 @@ jobs:
|
||||
|
||||
- name: Upload hashes
|
||||
uses: actions/upload-artifact@v4
|
||||
if: "github.event_name == 'release'"
|
||||
with:
|
||||
name: Artifact Hashes
|
||||
path: hashes.txt
|
||||
|
Loading…
Reference in New Issue
Block a user