Skip to content

Commit 60b91d3

Browse files
committed
fix build artifacts for ubuntu-22.04
1 parent 11c0f76 commit 60b91d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
name: cached-localnet
3838
path: .localnet
3939
- name: Install dependencies
40-
if: ${{ matrix.os == 'ubuntu-latest' }}
40+
if: ${{ matrix.os == 'ubuntu-22.04' }}
4141
run: |
4242
sudo apt update
4343
sudo apt install -y rpm
@@ -53,10 +53,10 @@ jobs:
5353
./gradlew packageInstallers
5454
working-directory: .
5555
- name: Move Release Files on Unix
56-
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'macos-13' }}
56+
if: ${{ matrix.os == 'ubuntu-22.04' || matrix.os == 'macos-13' }}
5757
run: |
5858
mkdir ${{ github.workspace }}/release
59-
if [ "${{ matrix.os }}" == "ubuntu-latest" ]; then
59+
if [ "${{ matrix.os }}" == "ubuntu-22.04" ]; then
6060
mv desktop/build/temp-*/binaries/haveno-*.rpm ${{ github.workspace }}/release
6161
mv desktop/build/temp-*/binaries/haveno_*.deb ${{ github.workspace }}/release
6262
else

0 commit comments

Comments
 (0)