We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 490f270 commit 0d41785Copy full SHA for 0d41785
.github/workflows/build.yml
@@ -26,13 +26,13 @@ jobs:
26
run: 7z a -t7z -m0=lzma2 -mx=9 -mfb=64 -md=32m -mhe=on -p"yug69gG89T98HGUY8y" al-khaser_x64.7z al-khaser_x64.exe
27
28
- name: Upload x86 Binaries
29
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
30
with:
31
name: x86
32
path: "al-khaser_x86.7z"
33
34
- name: Upload x64 Binaries
35
36
37
name: x64
38
path: "al-khaser_x64.7z"
0 commit comments