Skip to content

Commit

Permalink
fix(ci): properly append to file
Browse files Browse the repository at this point in the history
  • Loading branch information
RossComputerGuy committed May 31, 2023
1 parent e6b0a73 commit 646ee66
Show file tree
Hide file tree
Showing 9 changed files with 75 additions and 57 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flutter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
run: |
echo "$ENCODED_STRING" | base64 -di >upload-keystore.jks
echo "storePassword=$ANDROID_STORE_PASSWORD" >android/key.properties
echo "keyPassword=$ANDROID_KEY_PASSWORD" >android/key.properties
echo "keyAlias=upload" >android/key.properties
echo "storeFile=$(readlink -e .)/upload-keystore.jks" >android/key.properties
echo "keyPassword=$ANDROID_KEY_PASSWORD" >>android/key.properties
echo "keyAlias=upload" >>android/key.properties
echo "storeFile=$(readlink -e .)/upload-keystore.jks" >>android/key.properties
- if: ${{ !github.event.issue.pull_request }}
name: Build for Android (release)
run: |
Expand Down
9 changes: 8 additions & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions android/.idea/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions android/.idea/compiler.xml

This file was deleted.

7 changes: 0 additions & 7 deletions android/.idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 0 additions & 30 deletions android/.idea/jarRepositories.xml

This file was deleted.

6 changes: 0 additions & 6 deletions android/.idea/kotlinc.xml

This file was deleted.

2 changes: 1 addition & 1 deletion android/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 63 additions & 0 deletions android/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 646ee66

Please sign in to comment.