Skip to content

Commit 01a9306

Browse files
chore: make nightlies artifacts last a month
1 parent 2baa764 commit 01a9306

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/nightlies.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,23 +58,28 @@ jobs:
5858
with:
5959
path: ./mpvKt-universal.apk
6060
name: universal-r${{ env.COMMIT_COUNT }}
61+
retention-days: 30
6162
- name: Upload the arm64-v8a artifact
6263
uses: actions/upload-artifact@v4
6364
with:
6465
path: ./mpvKt-arm64-v8a.apk
6566
name: arm64-v8a-r${{ env.COMMIT_COUNT }}
67+
retention-days: 30
6668
- name: Upload the armeabi-v7a artifact
6769
uses: actions/upload-artifact@v4
6870
with:
6971
path: ./mpvKt-armeabi-v7a.apk
7072
name: armeabi-v7a-r${{ env.COMMIT_COUNT }}
73+
retention-days: 30
7174
- name: Upload the x86 artifact
7275
uses: actions/upload-artifact@v4
7376
with:
7477
path: ./mpvKt-x86.apk
7578
name: x86-r${{ env.COMMIT_COUNT }}
79+
retention-days: 30
7680
- name: Upload the x86_64 artifact
7781
uses: actions/upload-artifact@v4
7882
with:
7983
path: ./mpvKt-x86_64.apk
8084
name: x86_64-r${{ env.COMMIT_COUNT }}
85+
retention-days: 30

0 commit comments

Comments
 (0)