Skip to content

Commit 7e74873

Browse files
author
Threepwood-7
committed
CI-042 fix Linux packaging artifact globs
1 parent 04198ba commit 7e74873

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/packaging.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
fail-fast: false
7979
matrix:
8080
include:
81-
- { arch: x86_64, runs-on: ubuntu-22.04 }
82-
- { arch: aarch64, runs-on: ubuntu-22.04-arm }
81+
- { arch: x86_64, artifact_arch: x64, runs-on: ubuntu-22.04 }
82+
- { arch: aarch64, artifact_arch: arm64, runs-on: ubuntu-22.04-arm }
8383
runs-on: ${{ matrix.runs-on }}
8484
steps:
8585
- uses: actions/checkout@v6
@@ -93,7 +93,7 @@ jobs:
9393
- uses: actions/upload-artifact@v7
9494
with:
9595
name: appimage-${{ matrix.arch }}
96-
path: dist/aMule-*-${{ matrix.arch }}.AppImage
96+
path: dist/aMule-*-Linux-${{ matrix.artifact_arch }}.AppImage
9797
if-no-files-found: error
9898
retention-days: 3
9999

@@ -119,8 +119,8 @@ jobs:
119119
# inside the GNOME Platform sandbox), so bumping the runner
120120
# has no compat downside, unlike the AppImage matrix.
121121
include:
122-
- { arch: x86_64, runs-on: ubuntu-24.04 }
123-
- { arch: aarch64, runs-on: ubuntu-24.04-arm }
122+
- { arch: x86_64, artifact_arch: x64, runs-on: ubuntu-24.04 }
123+
- { arch: aarch64, artifact_arch: arm64, runs-on: ubuntu-24.04-arm }
124124
runs-on: ${{ matrix.runs-on }}
125125
steps:
126126
- uses: actions/checkout@v6
@@ -144,7 +144,7 @@ jobs:
144144
- uses: actions/upload-artifact@v7
145145
with:
146146
name: flatpak-${{ matrix.arch }}
147-
path: dist/aMule-*-${{ matrix.arch }}.flatpak
147+
path: dist/aMule-*-Linux-${{ matrix.artifact_arch }}.flatpak
148148
if-no-files-found: error
149149
retention-days: 3
150150

@@ -421,4 +421,4 @@ jobs:
421421
name: windows-${{ matrix.arch }}
422422
path: dist/aMule-*-Windows-${{ matrix.arch }}.zip
423423
if-no-files-found: error
424-
retention-days: 3
424+
retention-days: 3

0 commit comments

Comments
 (0)