Skip to content

Commit

Permalink
Update build_APK-2024.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vaginessa authored Nov 8, 2024
1 parent 8112cd3 commit 5632387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_APK-2024.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5632387

Please sign in to comment.