Skip to content

Commit f772707

Browse files
authored
perf: non zipped artifacts for apks (#1309)
1 parent c244072 commit f772707

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/Build-Apk.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,13 @@ jobs:
3838
- run: chmod 777 ./gradlew
3939
- run: ./gradlew app:assembleGkdRelease
4040

41-
- uses: actions/upload-artifact@v4
41+
- uses: actions/upload-artifact@v7
4242
with:
4343
name: release
4444
path: app/build/outputs/apk/gkd/release
45+
archive: false
4546

46-
- uses: actions/upload-artifact@v4
47+
- uses: actions/upload-artifact@v7
4748
with:
4849
name: outputs
4950
path: app/build/outputs

0 commit comments

Comments
 (0)