Flatpak
This commit is contained in:
parent
7105b748e0
commit
d2a4202375
|
|
@ -57,10 +57,10 @@ jobs:
|
||||||
|
|
||||||
cd build/linux/x64/release/bundle || exit
|
cd build/linux/x64/release/bundle || exit
|
||||||
tar -czaf $archiveName ./*
|
tar -czaf $archiveName ./*
|
||||||
shasum -a 256 $archiveName > Hash.txt
|
shasum -a 256 $archiveName > Hashes.txt
|
||||||
|
|
||||||
mv $archiveName "$baseDir"/
|
mv $archiveName "$baseDir"/
|
||||||
mv Hash.txt "$baseDir"/
|
mv Hashes.txt "$baseDir"/
|
||||||
|
|
||||||
- name: Upload app archive to workflow
|
- name: Upload app archive to workflow
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|
@ -72,7 +72,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Invoice-Ninja-Hash
|
name: Invoice-Ninja-Hash
|
||||||
path: Hash.txt
|
path: Hashes.txt
|
||||||
|
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue