File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
15
15
matrix :
16
16
include :
17
17
- ARCH : x86_64
18
- RUNS_ON : ubuntu-latest
18
+ RUNS_ON : ubuntu-24.04
19
19
- ARCH : i386
20
- RUNS_ON : ubuntu-latest
20
+ RUNS_ON : ubuntu-24.04
21
21
- ARCH : aarch64
22
- RUNS_ON : ubuntu-latest -arm
22
+ RUNS_ON : ubuntu-24.04 -arm
23
23
- ARCH : armhf
24
- RUNS_ON : ubuntu-latest -arm
24
+ RUNS_ON : ubuntu-24.04 -arm
25
25
26
26
name : AppImage ${{ matrix.ARCH }}
27
27
runs-on : ${{ matrix.RUNS_ON }}
46
46
name : Create release and upload artifacts
47
47
needs :
48
48
- appimage
49
- runs-on : ubuntu-20 .04
49
+ runs-on : ubuntu-24 .04
50
50
steps :
51
51
- name : Download artifacts
52
52
uses : actions/download-artifact@v4
58
58
run : |
59
59
wget -q https://github.com/TheAssassin/pyuploadtool/releases/download/continuous/pyuploadtool-x86_64.AppImage
60
60
chmod +x pyuploadtool-x86_64.AppImage
61
- ./pyuploadtool-x86_64.AppImage **/linuxdeploy-plugin-appimage*.AppImage*
61
+ ./pyuploadtool-x86_64.AppImage --appimage-extract-and-run **/linuxdeploy-plugin-appimage*.AppImage*
You can’t perform that action at this time.
0 commit comments