diff --git a/.github/workflows/build_APK-2024.yml b/.github/workflows/build_APK-2024.yml index 0d97ad9..dcd2ae2 100644 --- a/.github/workflows/build_APK-2024.yml +++ b/.github/workflows/build_APK-2024.yml @@ -15,7 +15,7 @@ on: retentionDays: description: "The number of days to retain the uploaded APK artifact on GitHub." required: true - default: "1" + default: "90" jobs: build: @@ -66,7 +66,7 @@ jobs: run: | if [ ! -f "gradlew" ]; then gradle wrapper; fi chmod +x gradlew - ./gradlew assembleDebug --stacktrace + ./gradlew assemble --stacktrace - name: Upload the APK artifact with user-specified retention uses: actions/upload-artifact@v4