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 d810916 + 7105b74 commit 2cb8160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
cd build/linux/x64/release/bundle || exit
tar -czaf $archiveName ./*
shasum -a 256 $archiveName > sha256.txt
shasum -a 256 $archiveName > Hash.txt
mv $archiveName "$baseDir"/
mv sha256.txt "$baseDir"/
mv Hash.txt "$baseDir"/
- name: Upload app archive to workflow
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 2cb8160

Please sign in to comment.