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 2954e2c commit 48c44f6Copy full SHA for 48c44f6
1 file changed
.github/workflows/android.yml
@@ -417,6 +417,7 @@ jobs:
417
cp $APK_FILE RabbitRemoteControl_${{env.RabbitRemoteControl_VERSION}}_${{matrix.qt_arch}}_qt${{matrix.qt_version}}_${{matrix.BUILD_TYPE}}.apk
418
419
- name: Build RabbitRemoteControl with cmake preset
420
+ if: ${{ startsWith(github.ref, 'refs/heads/develop') }}
421
working-directory: ${{github.workspace}}
422
env:
423
# See: https://doc.qt.io/qt-6/cmake-variable-qt-android-sign-apk.html
0 commit comments