Skip to content

Commit d9ef26a

Browse files
committed
unique uploads
1 parent fb3cd4a commit d9ef26a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-only.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
113113
build-apk:
114114
name: Build ${{ matrix.type }}
115-
runs-on: ubuntu-22.04
115+
runs-on: ubuntu-latest
116116
needs: [build-rust, get-versionCode]
117117
strategy:
118118
fail-fast: true
@@ -207,5 +207,5 @@ jobs:
207207
- name: Upload
208208
uses: actions/upload-artifact@v4
209209
with:
210-
name: aw-android
210+
name: aw-android*${{ matrix.type }}
211211
path: dist/aw-android*.${{ matrix.type }}

0 commit comments

Comments
 (0)