File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
1515 matrix :
1616 include :
1717 - ARCH : x86_64
18- RUNS_ON : ubuntu-latest
18+ RUNS_ON : ubuntu-24.04
1919 - ARCH : i386
20- RUNS_ON : ubuntu-latest
20+ RUNS_ON : ubuntu-24.04
2121 - ARCH : aarch64
22- RUNS_ON : ubuntu-latest -arm
22+ RUNS_ON : ubuntu-24.04 -arm
2323 - ARCH : armhf
24- RUNS_ON : ubuntu-latest -arm
24+ RUNS_ON : ubuntu-24.04 -arm
2525
2626 name : AppImage ${{ matrix.ARCH }}
2727 runs-on : ${{ matrix.RUNS_ON }}
4646 name : Create release and upload artifacts
4747 needs :
4848 - appimage
49- runs-on : ubuntu-20 .04
49+ runs-on : ubuntu-24 .04
5050 steps :
5151 - name : Download artifacts
5252 uses : actions/download-artifact@v4
5858 run : |
5959 wget -q https://github.com/TheAssassin/pyuploadtool/releases/download/continuous/pyuploadtool-x86_64.AppImage
6060 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