Skip to content

Commit 3d30b65

Browse files
committed
Disable archive uploading for GitHub Actions
New feature for v7, the Windows installer and android APK are already compressed.
1 parent 4737a89 commit 3d30b65

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ jobs:
8383
working-directory: ${{ github.workspace }}/client/build
8484
run: cpack .
8585

86-
- uses: actions/upload-artifact@v4
86+
- uses: actions/upload-artifact@v7
8787
with:
8888
path: ${{ github.workspace }}/client/build/Sharity-*-win64.exe
89-
name: 'windows-build'
89+
archive: false
9090

9191
- name: Save Cache LibDataChannel
9292
id: cache-libdatachannel-save
@@ -275,7 +275,7 @@ jobs:
275275
./configure-android.sh
276276
cmake --build build-android --target apk
277277
278-
- uses: actions/upload-artifact@v4
278+
- uses: actions/upload-artifact@v7
279279
with:
280280
path: ${{ github.workspace }}/client/build-android/android-build/sharity-client.apk
281-
name: 'android-build'
281+
archive: false

0 commit comments

Comments
 (0)