Remove the core name in the Windows release version

pull/6541/head
2dust 2025-01-19 09:34:37 +08:00
parent 61a40d2860
commit b7cff66a80
1 changed files with 0 additions and 2 deletions

View File

@ -58,10 +58,8 @@ jobs:
run: |
chmod 755 package-release-zip.sh
./package-release-zip.sh $OutputArch $OutputPath64
./package-release-zip.sh "windows-64-With-Core" $OutputPath64
./package-release-zip.sh $OutputArchArm $OutputPathArm64
./package-release-zip.sh "windows-64-SelfContained" $OutputPath64Sc
./package-release-zip.sh "windows-64-SelfContained-With-Core" $OutputPath64Sc
- name: Upload zip archive to release
uses: svenstaro/upload-release-action@v2