Skip to content

Commit ef06125

Browse files
committed
Fix CI Android Windows Signing
1 parent a76de3c commit ef06125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
save-cache: ${{ github.event_name != 'pull_request' }}
141141

142142
- name: Create Debug Keystore
143-
if: ${{ env.QT_ANDROID_KEYSTORE_STORE_PASS == '' }}
143+
if: ${{ env.QT_ANDROID_KEYSTORE_STORE_PASS == '' || !matrix.primary }}
144144
shell: bash
145145
run: |
146146
keytool -genkey -v \

0 commit comments

Comments
 (0)