This commit is contained in:
Hillel Coren 2023-11-01 17:19:55 +02:00
parent cdf2ff03fb
commit 7105b748e0
1 changed files with 2 additions and 2 deletions

View File

@ -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 > sha256.txt shasum -a 256 $archiveName > Hash.txt
mv $archiveName "$baseDir"/ mv $archiveName "$baseDir"/
mv sha256.txt "$baseDir"/ mv Hash.txt "$baseDir"/
- name: Upload app archive to workflow - name: Upload app archive to workflow
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3