We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4737a89 commit 3d30b65Copy full SHA for 3d30b65
1 file changed
.github/workflows/build.yml
@@ -83,10 +83,10 @@ jobs:
83
working-directory: ${{ github.workspace }}/client/build
84
run: cpack .
85
86
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v7
87
with:
88
path: ${{ github.workspace }}/client/build/Sharity-*-win64.exe
89
- name: 'windows-build'
+ archive: false
90
91
- name: Save Cache LibDataChannel
92
id: cache-libdatachannel-save
@@ -275,7 +275,7 @@ jobs:
275
./configure-android.sh
276
cmake --build build-android --target apk
277
278
279
280
path: ${{ github.workspace }}/client/build-android/android-build/sharity-client.apk
281
- name: 'android-build'
0 commit comments