Skip to content

Commit

Permalink
Merge pull request #139 from timusus/fix/deployment
Browse files Browse the repository at this point in the history
Fix deployment path issues
  • Loading branch information
timusus authored Nov 26, 2023
2 parents 41d35db + 00db27b commit 31564df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
with:
name: app-bundle
path: |
androidApp/main/app/build/outputs/bundle/release/app-release.aab
androidApp/main/app/build/outputs/mapping/release/mapping.txt
android/app/build/outputs/bundle/release/app-release.aab
android/app/build/outputs/mapping/release/mapping.txt
retention-days: 1

deploy:
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ captures/
# Keystore files
# Uncomment the following line if you do not want to check your keystore files in.
#*.jks
androidApp/main/keystore.properties
android/app/keystore.properties

# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild

# Deployment secrets
androidApp/main/deployment_keys.json
android/app/deployment_keys.json

# Freeline
freeline.py
Expand Down

0 comments on commit 31564df

Please sign in to comment.