Skip to content

Commit a3853a2

Browse files
committed
Let's try the new archive: false option in upload-archive
1 parent 8e73909 commit a3853a2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/android-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,9 @@ jobs:
131131
ls -1 upload/
132132
133133
- name: Upload APKs
134-
uses: actions/upload-artifact@v4
134+
uses: actions/upload-artifact@v7
135135
with:
136136
name: kqt-apks-${{ steps.git-info.outputs.sha_short }}
137137
path: upload/*.apk
138138
if-no-files-found: error
139+
archive: false

0 commit comments

Comments
 (0)