From 9235746ba2c16548be1134e8bc96e102bd43053d Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 1 Nov 2023 13:38:58 +0200 Subject: [PATCH] Flatpak --- .github/workflows/flatpak.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index 5c9fb736557..68bbbe99956 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -59,6 +59,16 @@ jobs: tar -czaf $archiveName ./* mv $archiveName "$baseDir"/ + - uses: MCJack123/ghaction-generate-release-hashes@v3 + with: + hash-type: sha256 + file-name: hashes.txt + + - uses: actions/upload-artifact@v2 + with: + name: Asset Hashes + path: hashes.txt + - name: Upload app archive to workflow uses: actions/upload-artifact@v3 with: @@ -80,6 +90,7 @@ jobs: automatic_release_tag: "v5.0.128" files: | ${{ github.workspace }}/artifacts/Invoice-Ninja-Archive + ${{ github.workspace }}/artifacts/hashes.txt # build-flatpak: # name: Build flatpak