Skip to content

Commit

Permalink
Correct YAML syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jul 15, 2023
1 parent 667daeb commit 9b3ebab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
env:
JAVA_KEYSTORE: ${{ secrets.JAVA_KEYSTORE }}
- name: Sign APKs
run:
run: |
mkdir -p "$RUNNER_TEMP/apks"
find "$GITHUB_WORKSPACE" -name '*-unsigned.apk'
find "$GITHUB_WORKSPACE" -name '*.apk'
env:
JAVA_KEYSTORE_PASSWORD: ${{ secrets.JAVA_KEYSTORE_PASSWORD }}

0 comments on commit 9b3ebab

Please sign in to comment.