File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments