Update CI to get AppImagesd
This commit is contained in:
parent
12e4f5a795
commit
9a0e4fa04d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -64,6 +64,7 @@ jobs:
|
|||
if [ "${{ matrix.os }}" == "ubuntu-latest" ]; then
|
||||
mv desktop/build/temp-*/binaries/haveno-*.rpm ${{ github.workspace }}/release
|
||||
mv desktop/build/temp-*/binaries/haveno_*.deb ${{ github.workspace }}/release
|
||||
mv desktop/build/temp-*/binaries/haveno_*.AppImage ${{ github.workspace }}/release
|
||||
else
|
||||
mv desktop/build/temp-*/binaries/Haveno-*.dmg ${{ github.workspace }}/release
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue