mirror of
https://github.com/irmen/prog8.git
synced 2024-11-26 11:49:22 +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:
|
steps:
|
||||||
- name: Calculate hash
|
- name: Calculate hash
|
||||||
uses: MCJack123/ghaction-generate-release-hashes@v4
|
uses: MCJack123/ghaction-generate-release-hashes@v4
|
||||||
|
if: "github.event_name == 'release'"
|
||||||
with:
|
with:
|
||||||
get-assets: true
|
get-assets: true
|
||||||
hash-type: sha256
|
hash-type: sha256
|
||||||
@ -47,6 +48,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload hashes
|
- name: Upload hashes
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
if: "github.event_name == 'release'"
|
||||||
with:
|
with:
|
||||||
name: Artifact Hashes
|
name: Artifact Hashes
|
||||||
path: hashes.txt
|
path: hashes.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user