Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
hillelcoren committed Nov 1, 2023
2 parents e898db3 + 9235746 commit 9b7aef0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 9b7aef0

Please sign in to comment.