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" cache: "gradle"
- name: Patch and Compile - name: Patch and Compile
run: cd .github run: |
run: python patch.py cd .github
run: ./gradlew assembleDebug python patch.py
run: cd .. ./gradlew assembleDebug
- name: Upload APK - name: Upload APK
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3

View File

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