File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 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
2019jobs :
2120 build :
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
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
You can’t perform that action at this time.
0 commit comments