use release build for now since jars are release atm

This commit is contained in:
MrSluffy
2024-11-03 18:53:36 +08:00
parent 65c4fe9b32
commit 0e934f511e

View File

@@ -52,7 +52,7 @@ jobs:
echo ${{ secrets.KEYSTORE }} | base64 --decode > ${{ github.workspace }}/key.jks echo ${{ secrets.KEYSTORE }} | base64 --decode > ${{ github.workspace }}/key.jks
fi fi
- name: Build debug APK - name: Build debug APK
run: ./gradlew assembleLawnWithQuickstepGithubDebug assembleLawnWithQuickstepPlayDebug run: ./gradlew assembleLawnWithQuickstepGithubRelease
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with: