This commit is contained in:
Hillel Coren 2023-11-01 17:30:49 +02:00
parent 7105b748e0
commit d2a4202375
1 changed files with 3 additions and 3 deletions

View File

@ -57,10 +57,10 @@ jobs:
cd build/linux/x64/release/bundle || exit
tar -czaf $archiveName ./*
shasum -a 256 $archiveName > Hash.txt
shasum -a 256 $archiveName > Hashes.txt
mv $archiveName "$baseDir"/
mv Hash.txt "$baseDir"/
mv Hashes.txt "$baseDir"/
- name: Upload app archive to workflow
uses: actions/upload-artifact@v3
@ -72,7 +72,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Invoice-Ninja-Hash
path: Hash.txt
path: Hashes.txt
- name: Download artifacts
uses: actions/download-artifact@v3