[apps-v2]: fix source apps updater

This commit is contained in:
Magesh K
2024-12-18 12:09:53 +05:30
parent 893c628e80
commit a2a199d64e
3 changed files with 105 additions and 89 deletions

View File

@@ -235,7 +235,6 @@ jobs:
- name: Publish to SideStore/apps-v2.json
run: |
# Copy and execute the update script
cp ./update_apps_json.sh SideStore/apps-v2.json/
pushd SideStore/apps-v2.json/
# Configure Git user (committer details)
@@ -243,8 +242,7 @@ jobs:
git config user.email "github-actions@github.com"
# Make the update script executable and run it
chmod +x ./update_apps_json.sh
./update_apps_json.sh "./_includes/source.json"
python3 ../../update_apps.py "./_includes/source.json"
# Commit changes and push using SSH
git add ./_includes/source.json