File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
name : cached-localnet
38
38
path : .localnet
39
39
- name : Install dependencies
40
- if : ${{ matrix.os == 'ubuntu-latest ' }}
40
+ if : ${{ matrix.os == 'ubuntu-22.04 ' }}
41
41
run : |
42
42
sudo apt update
43
43
sudo apt install -y rpm
@@ -53,10 +53,10 @@ jobs:
53
53
./gradlew packageInstallers
54
54
working-directory : .
55
55
- 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' }}
57
57
run : |
58
58
mkdir ${{ github.workspace }}/release
59
- if [ "${{ matrix.os }}" == "ubuntu-latest " ]; then
59
+ if [ "${{ matrix.os }}" == "ubuntu-22.04 " ]; then
60
60
mv desktop/build/temp-*/binaries/haveno-*.rpm ${{ github.workspace }}/release
61
61
mv desktop/build/temp-*/binaries/haveno_*.deb ${{ github.workspace }}/release
62
62
else
You can’t perform that action at this time.
0 commit comments