File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,20 +54,20 @@ jobs:
54
54
Copy-Item -Path "install\bin\ld.lld.exe" -Destination "android-ndk-r26c-windows-llvm-msvc\toolchains\llvm\prebuilt\windows-x86_64\bin\ld.lld.exe" -Force
55
55
Copy-Item -Path "install\bin\lld.exe" -Destination "android-ndk-r26c-windows-llvm-msvc\toolchains\llvm\prebuilt\windows-x86_64\bin\ld.exe" -Force
56
56
Copy-Item -Path "install\lib\clang" -Destination "android-ndk-r26c-windows-llvm-msvc\toolchains\llvm\prebuilt\windows-x86_64\lib" -Recurse -Force
57
- 7z a -mx=9 android-ndk-r26c-windows-llvm-msvc.7z android-ndk-r26c-windows-llvm-msvc
57
+ 7z a android-ndk-r26c-windows-llvm-msvc.zip android-ndk-r26c-windows-llvm-msvc
58
58
59
59
- name : Upload ndk-26c
60
60
uses : actions/upload-artifact@v2
61
61
with :
62
62
name : android-ndk-r26c-windows-llvm-msvc
63
- path : android-ndk-r26c-windows-llvm-msvc.7z
63
+ path : android-ndk-r26c-windows-llvm-msvc.zip
64
64
65
65
- name : Release ndk-26c
66
66
uses : softprops/action-gh-release@v1
67
67
if : ${{ startsWith(github.ref, 'refs/tags/') }}
68
68
with :
69
69
prerelease : ${{ !startsWith(github.ref, 'refs/tags/v') || contains(github.ref, '-pre') }}
70
- files : android-ndk-r26c-windows-llvm-msvc.7z
70
+ files : android-ndk-r26c-windows-llvm-msvc.zip
71
71
env :
72
72
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
73
73
You can’t perform that action at this time.
0 commit comments