Skip to content

Commit

Permalink
chore: fixed github release uploads (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
daviroo authored Jul 20, 2022
1 parent f20637b commit 7c5c487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
- run: git commit -a -m "new ios build [ci skip]"
- run: git reset -- GoogleService-Info.plist
- run: git push -q https://${GITHUB_TOKEN}@github.com/GaloyMoney/galoy-mobile.git main
- run: gh release upload $CIRCLE_TAG "output/gym/Bitcoin Beach.ipa" --clobber
- run: gh release upload $CIRCLE_TAG "ios/output/gym/Bitcoin Beach.ipa" --clobber
- store_artifacts:
path: ios/output
- store_test_results:
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
- run: git commit -a -m "new android build [ci skip]"
- run: git push -q https://${GITHUB_TOKEN}@github.com/GaloyMoney/galoy-mobile.git main

- run: gh release upload $CIRCLE_TAG "app/build/outputs/apk/release/app-release.apk" --clobber
- run: gh release upload $CIRCLE_TAG "android/app/build/outputs/apk/release/app-release.apk" --clobber
- store_artifacts:
path: android/app/build/outputs/apk

Expand Down

0 comments on commit 7c5c487

Please sign in to comment.