Skip to content

Commit

Permalink
ci: disable android signing on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
scribam authored and flyinghead committed Oct 13, 2024
1 parent 6edad8e commit 71dc4c3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0
submodules: recursive

- uses: actions/setup-java@v4
with:
java-version: '17'
Expand All @@ -28,6 +28,10 @@ jobs:
path: ~/.ccache
key: android-ccache-${{ github.sha }}
restore-keys: android-ccache-

- name: Disable release signing
run: sed -i 's/signingConfig signingConfigs.release/signingConfig signingConfigs.debug/g' shell/android-studio/flycast/build.gradle
if: github.repository != 'flyinghead/flycast' || github.event_name != 'push'

- name: Bump version code
uses: chkfung/[email protected]
Expand Down

0 comments on commit 71dc4c3

Please sign in to comment.