We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2935f commit 6f8c20aCopy full SHA for 6f8c20a
.github/workflows/Build-Apk.yml
@@ -33,8 +33,7 @@ jobs:
33
echo key.alias='${{ secrets.KEY_ALIAS }}' >> signing.properties
34
echo key.password='${{ secrets.KEY_PASSWORD }}' >> signing.properties
35
36
- - run: chmod 777 ./gradlew
37
- - run: ./gradlew app:assembleGkdRelease
+ - run: ./gradlew app:assembleRelease
38
39
- uses: actions/upload-artifact@v4
40
with:
.github/workflows/Build-Release.yml
@@ -26,8 +26,7 @@ jobs:
26
27
28
29
30
- - run: ./gradlew app:assembleGkdRelease app:bundlePlayRelease
31
32
0 commit comments