mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2026-04-27 09:01:38 -05:00
update ota scripts
This commit is contained in:
@@ -27,6 +27,10 @@ jobs:
|
||||
|
||||
- name: 🤖 Publish Android Update
|
||||
run: yarn sendOTA:android
|
||||
env:
|
||||
SIGNING_REPO_PAT: ${{ secrets.SIGNING_REPO_PAT }}
|
||||
|
||||
- name: 🍎 Publish iOS Update
|
||||
run: yarn sendOTA:iOS
|
||||
env:
|
||||
SIGNING_REPO_PAT: ${{ secrets.SIGNING_REPO_PAT }}
|
||||
|
||||
@@ -7,7 +7,7 @@ yarn createBundle:android
|
||||
cd android/App-Bundles
|
||||
git add .
|
||||
git commit -m "OTA-Update - $(date +'%b %d %H:%M')"
|
||||
git push origin head
|
||||
git push https://x-access-token:$SIGNING_REPO_PAT@github.com/Jellify-Music/App-Bundles.git android
|
||||
cd ..
|
||||
rm -rf App-Bundles
|
||||
cd ..
|
||||
|
||||
+1
-1
@@ -9,7 +9,7 @@ yarn createBundle:ios
|
||||
cd ios/App-Bundles
|
||||
git add .
|
||||
git commit -m "OTA-Update - $(date +'%b %d %H:%M')"
|
||||
git push origin head
|
||||
git push https://x-access-token:$SIGNING_REPO_PAT@github.com/Jellify-Music/App-Bundles.git iOS
|
||||
cd ..
|
||||
rm -rf App-Bundles
|
||||
cd ..
|
||||
|
||||
Reference in New Issue
Block a user