Skip to content

Commit

Permalink
CI: Fix prepare signing key on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Sep 21, 2024
1 parent 230a5a3 commit 2a5ec3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
- name: Explicitly generate Compose resources
run: ./gradlew generateComposeResClass ${{ env.gradleArgs }}

- if: ${{ env.isMac == 'true' }}
- if: ${{ matrix.uploadApk }}
name: Prepare signing key
id: android_signing_key
uses: timheuer/[email protected]
Expand Down

0 comments on commit 2a5ec3a

Please sign in to comment.