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 fb3984a commit a7fdc02Copy full SHA for a7fdc02
.github/workflows/deploy.yml
@@ -58,7 +58,7 @@ jobs:
58
uses: actions/upload-artifact@v4
59
with:
60
name: betaflight-configurator-apk
61
- path: android/app/build/outputs/apk/release/app-release-signed.apk
+ path: android/app/build/outputs/apk/release/*.apk
62
63
- name: Upload build artifact
64
0 commit comments