File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33 name : Nightly Build
44
55 on :
6- schedule :
6+ # schedule:
77 # Fire every day at 7:00am UTC (Roughly before EU workday and after US workday)
8- - cron : " 0 7 * * *"
8+ # - cron: "0 7 * * *"
99 push :
1010 tags :
1111 - nightly
5454 build :
5555 timeout-minutes : 60
5656 runs-on : ubuntu-latest
57- if : github.repository_owner == 'Acode-Foundation'
57+ # if: github.repository_owner == 'Acode-Foundation'
5858
5959 permissions :
6060# contents write is needed to create Nightly Releases.
116116
117117 - name : Add keystore and build.json from secrets
118118 run : |
119- echo "${{ secrets.KEYSTORE_CONTENT }}" | base64 -d > $STORE_FILE_PATH
119+ touch $STORE_FILE_PATH
120120 echo "${{ secrets.BUILD_JSON_CONTENT }}" | base64 -d > $BUILD_JSON_PATH
121121 echo "Keystore and build.json added successfully."
122122
You can’t perform that action at this time.
0 commit comments