Skip to content

Commit

Permalink
更新ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wilinz committed Aug 12, 2022
1 parent b694879 commit 8ab1c49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
- name: Build with Gradle
run: |
chmod 777 ./gradlew
./gradlew inrt:assembleRelease
./gradlew inrt:assembleTemplate
ls
- uses: Tlaster/[email protected]
name: Sign inrt APK
with:
releaseDirectory: |
inrt/build/outputs/apk/common/release
inrt/build/outputs/apk/template/release
signingKeyBase64: ${{ secrets.ISIGNING_KEY }}
output: build/inrt/signed
alias: ${{ secrets.IALIAS }}
Expand Down

0 comments on commit 8ab1c49

Please sign in to comment.