Skip to content

Commit

Permalink
workflow: Fix pr check
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsummer233 committed May 25, 2024
1 parent 4de89a4 commit a8faff3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
cache: gradle

- name: Create signing files
if: github.event_name == 'push'
run: |
echo releaseType=CI > package.properties
mkdir -p ~/.gradle
Expand Down

0 comments on commit a8faff3

Please sign in to comment.