mirror of
https://github.com/irmen/prog8.git
synced 2025-02-19 11:31:07 +00:00
only on release event
This commit is contained in:
parent
d924f8bff8
commit
5f27426f59
2
.github/workflows/all-ci.yml
vendored
2
.github/workflows/all-ci.yml
vendored
@ -37,6 +37,7 @@ jobs:
|
|||||||
|
|
||||||
- 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
|
||||||
@ -44,6 +45,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…
x
Reference in New Issue
Block a user