Skip to content

Commit f4af053

Browse files
authored
Update android-ndk-windows-llvm-msvc.yml
1 parent bc8ee6d commit f4af053

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/android-ndk-windows-llvm-msvc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,20 @@ jobs:
5454
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
5555
Copy-Item -Path "install\bin\lld.exe" -Destination "android-ndk-r26c-windows-llvm-msvc\toolchains\llvm\prebuilt\windows-x86_64\bin\ld.exe" -Force
5656
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
5858
5959
- name: Upload ndk-26c
6060
uses: actions/upload-artifact@v2
6161
with:
6262
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
6464

6565
- name: Release ndk-26c
6666
uses: softprops/action-gh-release@v1
6767
if: ${{ startsWith(github.ref, 'refs/tags/') }}
6868
with:
6969
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
7171
env:
7272
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7373

0 commit comments

Comments
 (0)