Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaCoduriV authored Sep 23, 2022
1 parent 2d77593 commit 4d9a682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
KEY_JKS: ${{ secrets.KEY_JKS }}
KEY_PASSWORD: ${{ secrets.ALIAS_PASSWORD }}
ALIAS_PASSWORD: ${{ secrets.KEY_PASSWORD }}
run: base64 -d '${{ secrets.KEY_JKS }}' > upload-keystore.jks && base64 -d '${{ secrets.KEY_PROP }}' > ./android/key.properties && flutter pub get && flutter build apk --release --dart-define=SERVER_IP_PROD=${{ secrets.SERVER_IP_PROD }} --dart-define=PORT_PROD=${{ secrets.PORT_PROD }}
run: echo $KEY_JKS | base64 --decode > upload-keystore.jks && echo $KEY_PROP| base64 --decode > ./android/key.properties && flutter pub get && flutter build apk --release --dart-define=SERVER_IP_PROD=${{ secrets.SERVER_IP_PROD }} --dart-define=PORT_PROD=${{ secrets.PORT_PROD }}

- name: Create Github Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 4d9a682

Please sign in to comment.