diff --git a/.gitea/workflows/apk.yml b/.gitea/workflows/apk.yml index 9e42c82..59736e7 100644 --- a/.gitea/workflows/apk.yml +++ b/.gitea/workflows/apk.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v4 - run: curl -sSL -u "$USERNAME:$PASSWORD" -o app/$STORE_FILE https://cloud.crystalyx.net/remote.php/dav/files/$USERNAME/Bordel/$STORE_FILE - - run: sh gradlew lint build bundleRelease assembleRelease --no-daemon --warning-mode all + - run: sh gradlew lint build bundle assemble --no-daemon --warning-mode all - uses: akkuman/gitea-release-action@v1 if: gitea.ref_type == 'tag' with: