Skip to content

Commit 8d01d8f

Browse files
committed
Remove windows-64-SelfContained build/artifact steps
1 parent 018d541 commit 8d01d8f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build-windows.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ env:
1515
OutputArchArm: "windows-arm64"
1616
OutputPath64: "${{ github.workspace }}/v2rayN/Release/windows-64"
1717
OutputPathArm64: "${{ github.workspace }}/v2rayN/Release/windows-arm64"
18-
OutputPath64Sc: "${{ github.workspace }}/v2rayN/Release/windows-64-SelfContained"
1918

2019
jobs:
2120
build:
@@ -39,11 +38,8 @@ jobs:
3938
cd v2rayN
4039
dotnet publish ./v2rayN/v2rayN.csproj -c Release -r win-x64 -p:SelfContained=true -p:EnableWindowsTargeting=true -o $OutputPath64
4140
dotnet publish ./v2rayN/v2rayN.csproj -c Release -r win-arm64 -p:SelfContained=true -p:EnableWindowsTargeting=true -o $OutputPathArm64
42-
dotnet publish ./v2rayN/v2rayN.csproj -c Release -r win-x64 -p:SelfContained=true -p:EnableWindowsTargeting=true -o $OutputPath64Sc
4341
dotnet publish ./AmazTool/AmazTool.csproj -c Release -r win-x64 -p:SelfContained=true -p:EnableWindowsTargeting=true -p:PublishTrimmed=true -o $OutputPath64
4442
dotnet publish ./AmazTool/AmazTool.csproj -c Release -r win-arm64 -p:SelfContained=true -p:EnableWindowsTargeting=true -p:PublishTrimmed=true -o $OutputPathArm64
45-
dotnet publish ./AmazTool/AmazTool.csproj -c Release -r win-x64 -p:SelfContained=true -p:EnableWindowsTargeting=true -p:PublishTrimmed=true -o $OutputPath64Sc
46-
4743
4844
- name: Upload build artifacts
4945
uses: actions/upload-artifact@v6.0.0
@@ -59,7 +55,6 @@ jobs:
5955
chmod 755 package-release-zip.sh
6056
./package-release-zip.sh $OutputArch $OutputPath64
6157
./package-release-zip.sh $OutputArchArm $OutputPathArm64
62-
./package-release-zip.sh "windows-64-SelfContained" $OutputPath64Sc
6358
6459
- name: Upload zip archive to release
6560
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)