Skip to content

Commit

Permalink
Merge pull request #5623 from m-kuhn/fix-interrepo-build
Browse files Browse the repository at this point in the history
Upload also unsigned apk
  • Loading branch information
m-kuhn authored Sep 7, 2024
2 parents 94bbd18 + df3f32c commit 1192bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
with:
name: ${{ env.APP_PACKAGE_NAME }}-android-${{ matrix.triplet }}
path: |
${{ env.CMAKE_BUILD_DIR }}/src/app/android-build/build/outputs/apk/release/android-build-release-signed.apk
${{ env.CMAKE_BUILD_DIR }}/src/app/android-build/build/outputs/apk/release/android-build-release-*.apk
- name: 🍺 Deploy
run: |
Expand Down

0 comments on commit 1192bb3

Please sign in to comment.