Skip to content

Commit eb014eb

Browse files
committed
update: ci remove generated apk
1 parent 1694758 commit eb014eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/remove-generated-apk-aab.yml renamed to .github/workflows/android-ci-generate-apk-aab-clean.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Remove Generated APK AAB
1+
name: Generated APK AAB (Clean)
22

33
on:
44
# Allows you to run this workflow manually from the Actions tab
@@ -14,10 +14,10 @@ jobs:
1414
timeout-minutes: 10
1515

1616
steps:
17-
- name: Remove old artifacts
17+
- name: Clean all artifacts
1818
uses: c-hive/gha-remove-artifacts@v1
1919
with:
20-
age: '90 seconds' # '<number> <unit>', e.g. 5 days, 2 years, 90 seconds, parsed by Moment.js
20+
age: '60 seconds' # '<number> <unit>', e.g. 5 days, 2 years, 90 seconds, parsed by Moment.js
2121
# Optional inputs
2222
# skip-tags: true
2323
# skip-recent: 5

0 commit comments

Comments
 (0)