File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed
Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 44 push:
55 branches:
66 - master
7- # for development
8- - erosson/ci-apk-build
97
108jobs:
119 deploy:
2119 java-version: "8"
2220 - run: yarn --dev --frozen-lockfile
2321 - run: yarn turtle setup:android
24- - run: yarn turtle build:android -t apk
25- # TODO incomplete
22+ - run: yarn turtle build:android -t apk --output freecbt.apk | tee build.log
23+ env:
24+ EXPO_USERNAME: erosson
25+ EXPO_PASSWORD: ${{ secrets.EXPO_CLI_PASSWORD }}
26+ #EXPO_ANDROID_KEYSTORE_PASSWORD: ${{ secrets.EXPO_ANDROID_KEYSTORE_PASSWORD }}
27+ #EXPO_ANDROID_KEY_PASSWORD: ${{ secrets.EXPO_ANDROID_KEY_PASSWORD }}
28+ # turtle doesn't have a useful exit code, so fail here if it didn't generate our apk
29+ - run: test -f freecbt.apk
30+ # release only for new tags
31+ - uses: softprops/action-gh-release@v1
32+ if: startsWith(github.ref, 'refs/tags/')
33+ with:
34+ files: |
35+ freecbt.apk
You can’t perform that action at this time.
0 commit comments