fix: update GitHub Actions module paths

This commit is contained in:
二刺螈
2026-08-27 12:12:12 +08:00
parent eab049d270
commit 199f104848
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ jobs:
run: echo ${{ secrets.GKD_STORE_FILE_BASE64 }} | base64 --decode > ${{ github.workspace }}/gkd.jks
- run: chmod 777 ./gradlew
- run: ./gradlew app:assembleGkdRelease
- run: ./gradlew :gkd-app:assembleGkdRelease
env:
GKD_GITHUB_COOKIE: ${{ secrets.GKD_GITHUB_COOKIE }}
GKD_API_AUTH_TOKEN: ${{ secrets.GKD_API_AUTH_TOKEN }}

View File

@@ -29,7 +29,7 @@ jobs:
run: echo ${{ secrets.PLAY_STORE_FILE_BASE64 }} | base64 --decode > ${{ github.workspace }}/play.jks
- run: chmod 777 ./gradlew
- run: ./gradlew app:assembleGkdRelease app:bundlePlayRelease
- run: ./gradlew :gkd-app:assembleGkdRelease :gkd-app:bundlePlayRelease
env:
GKD_GITHUB_COOKIE: ${{ secrets.GKD_GITHUB_COOKIE }}
GKD_API_AUTH_TOKEN: ${{ secrets.GKD_API_AUTH_TOKEN }}