mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
fix
This commit is contained in:
6
.github/workflows/dotnet.yml
vendored
6
.github/workflows/dotnet.yml
vendored
@@ -30,13 +30,13 @@ jobs:
|
||||
run: dotnet restore
|
||||
|
||||
- name: Publish win-x64
|
||||
run: dotnet publish -o Release\win-x64 -r win-x64 --framework net8.0 -p:PublishSingleFile=true
|
||||
run: dotnet publish GameServer\GameServer.csproj -o Release\win-x64 -r win-x64 --framework net8.0 -p:PublishSingleFile=true --no-restore
|
||||
|
||||
- name: Publish linux-x64
|
||||
run: dotnet publish -o Release\linux-x64 -r linux-x64 --framework net8.0 -p:PublishSingleFile=true
|
||||
run: dotnet publish GameServer\GameServer.csproj -o Release\linux-x64 -r linux-x64 --framework net8.0 -p:PublishSingleFile=true --no-restore
|
||||
|
||||
- name: Publish linux-arm64
|
||||
run: dotnet publish -o Release\linux-arm64 -r linux-arm64 --framework net8.0 -p:PublishSingleFile=true
|
||||
run: dotnet publish GameServer\GameServer.csproj -o Release\linux-arm64 -r linux-arm64 --framework net8.0 -p:PublishSingleFile=true --no-restore
|
||||
|
||||
- name: Upload win-x64 Build Artifact
|
||||
uses: actions/upload-artifact@v4.3.1
|
||||
|
||||
Reference in New Issue
Block a user