Fix Actions Syntax

This commit is contained in:
XelXen 2022-06-15 20:59:23 +05:30 committed by GitHub
parent da6db543c2
commit 993afc5210
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 7 deletions

View File

@ -30,10 +30,10 @@ jobs:
cache: "gradle"
- name: Patch and Compile
run: cd .github
run: python patch.py
run: ./gradlew assembleDebug
run: cd ..
run: |
cd .github
python patch.py
./gradlew assembleDebug
- name: Upload APK
uses: actions/upload-artifact@v3

View File

@ -28,9 +28,10 @@ jobs:
cache: "gradle"
- name: Patch and Compile
run: cd .github
run: python patch.py
run: ./gradlew assembleDebug
run: |
cd .github
python patch.py
./gradlew assembleDebug
- name: Telegram Bot
run: |