mirror of
https://github.com/irmen/prog8.git
synced 2024-11-29 01:49:22 +00:00
try to add a hash to the artifact
This commit is contained in:
parent
6eacf1bddd
commit
16c1309df1
9
.github/workflows/all-ci.yml
vendored
9
.github/workflows/all-ci.yml
vendored
@ -34,3 +34,12 @@ jobs:
|
||||
with:
|
||||
name: prog8-compiler-jar-zipped
|
||||
path: compiler/build/libs/*-all.jar
|
||||
|
||||
- uses: MCJack123/ghaction-generate-release-hashes@v4
|
||||
with:
|
||||
hash-type: sha256
|
||||
file-name: hashes.txt
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Artifact Hashes
|
||||
path: hashes.txt
|
||||
|
Loading…
Reference in New Issue
Block a user