Skip to content

Commit

Permalink
fix invalid action definition
Browse files Browse the repository at this point in the history
  • Loading branch information
kyujin-cho committed Feb 18, 2024
1 parent 7240e93 commit 5e3d63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
KEY_ALIAS: ${{ secrets.key-alias }}
KEY_PASSWORD: ${{ secrets.key-password }}
BUILD_TYPE: ${{ inputs.build-type }}
if: ${{ secrets.key-password != '' }}
if: ${{ env.KEY_PASSWORD != '' }}
- name: Upload APK
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 5e3d63c

Please sign in to comment.