Skip to content

Commit bc8ee6d

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

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

0 commit comments

Comments
 (0)