Skip to content

Commit

Permalink
Sign apk with debug key
Browse files Browse the repository at this point in the history
  • Loading branch information
alesan99 committed Oct 1, 2024
1 parent 39d3e63 commit ac4b270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Compile
on: [push, pull_request]
on: [push]
jobs:
build:
runs-on: ubuntu-24.04
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
name: ${{ steps.metadata.outputs.id }}-android-debug
path: main/makelove-build/android/${{ steps.metadata.outputs.id }}-debug.apk
- name: Artifact (Android Release)
if: env.KEYSTORE_ALIAS != '' && env.KEYSTORE_BASE64 != '' && env.KEYSTORE_KEYPASSWORD != '' && env.KEYSTORE_STOREPASSWORD != ''
if: env.KEYSTORE_ALIAS != '' && env.KEYSTORE_BASE64
uses: actions/upload-artifact@v4
with:
name: ${{ steps.metadata.outputs.id }}-android-release
Expand Down

0 comments on commit ac4b270

Please sign in to comment.