Skip to content

Commit d6b9624

Browse files
committed
Fix build lablels
1 parent 9a2138a commit d6b9624

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

+6-6
Original file line numberDiff line numberDiff 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 }}
@@ -46,7 +46,7 @@ jobs:
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
@@ -58,4 +58,4 @@ jobs:
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*

0 commit comments

Comments
 (0)