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 4fdd834 commit 3a932d4Copy full SHA for 3a932d4
.github/workflows/android.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Build APK
57
run: |
58
cd platforms/android/
59
- ./gradlew assembleDebug --no-daemon -PANDROID_ABI=${{ matrix.config.arch }} -PVERSION=$(meson introspect --projectinfo build | jq -r '.version')
+ ./gradlew assembleDebug --no-daemon -PANDROID_ABI=${{ matrix.config.arch }}
60
61
- name: Upload artifacts
62
uses: actions/upload-artifact@v4
0 commit comments