try to add a hash to the artifact

This commit is contained in:
Irmen de Jong 2024-02-10 00:38:32 +01:00
parent 6eacf1bddd
commit 16c1309df1
1 changed files with 10 additions and 1 deletions

View File

@ -28,9 +28,18 @@ jobs:
- name: Build and test with Gradle
run: ./gradlew build shadowJar --no-daemon
- name: Create compiler shadowJar artifact
uses: actions/upload-artifact@v3
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