diff --git a/.github/workflows/all-ci.yml b/.github/workflows/all-ci.yml index 77ad2c0ea..7a863e6fd 100644 --- a/.github/workflows/all-ci.yml +++ b/.github/workflows/all-ci.yml @@ -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