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