Skip to content

Commit

Permalink
DEV UPDATE:Update prod-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
misakajimmy committed Feb 17, 2023
1 parent 75d9751 commit b7646df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
echo "IMAGE_TAG=${{steps.tag.outputs.tag}}" >> $GITHUB_ENV
echo "$MY_JKS_FILE" | base64 --decode > android/upload-keystore.jks
echo $GITHUB_ENV
- uses: actions/setup-java@v3
Expand All @@ -61,6 +60,7 @@ jobs:
- name: Set android sign key for app building
run: |
echo "$KEY_PROPERTIES" > android/key.properties
echo "$MY_JKS_FILE" | base64 --decode > android/upload-keystore.jks
pwd $$ ls -la
- uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit b7646df

Please sign in to comment.