We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3cd4a commit b67e172Copy full SHA for b67e172
1 file changed
.github/workflows/build-only.yml
@@ -112,7 +112,7 @@ jobs:
112
113
build-apk:
114
name: Build ${{ matrix.type }}
115
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
116
needs: [build-rust, get-versionCode]
117
strategy:
118
fail-fast: true
@@ -207,5 +207,5 @@ jobs:
207
- name: Upload
208
uses: actions/upload-artifact@v4
209
with:
210
- name: aw-android
+ name: aw-android.${{ matrix.type }}
211
path: dist/aw-android*.${{ matrix.type }}
0 commit comments