mirror of
https://github.com/irmen/prog8.git
synced 2024-11-29 01:49:22 +00:00
hash only on release?
This commit is contained in:
parent
98e1c843e4
commit
64c9c9b7fe
4
.github/workflows/all-ci.yml
vendored
4
.github/workflows/all-ci.yml
vendored
@ -36,12 +36,12 @@ jobs:
|
|||||||
path: compiler/build/libs/*-all.jar
|
path: compiler/build/libs/*-all.jar
|
||||||
|
|
||||||
- uses: MCJack123/ghaction-generate-release-hashes@v4
|
- uses: MCJack123/ghaction-generate-release-hashes@v4
|
||||||
if: "github.event.release"
|
if: "github.event_name == 'release'"
|
||||||
with:
|
with:
|
||||||
hash-type: sha256
|
hash-type: sha256
|
||||||
file-name: hashes.txt
|
file-name: hashes.txt
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
if: "github.event.release"
|
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