Skip to content

Commit 96dc4f7

Browse files
authored
Update main_cyberprismserver.yml
run: dotnet publish CyberPrism.Server/CyberPrism.Server.csproj -c Release -o "${{env.DOTNET_ROOT}}/myapp"
1 parent a2e88dd commit 96dc4f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main_cyberprismserver.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: dotnet build CyberPrism.Server/CyberPrism.Server.csproj -c Release -r win-x86 --no-restore
3131

3232
- name: Publish
33-
run: dotnet publish CyberPrism.Server/CyberPrism.Server.csproj -c Release -o "${{env.DOTNET_ROOT}}/myapp" -r win-x86 --self-contained false --no-build
33+
run: dotnet publish CyberPrism.Server/CyberPrism.Server.csproj -c Release -o "${{env.DOTNET_ROOT}}/myapp"
3434

3535
- name: Upload artifact for deployment job
3636
uses: actions/upload-artifact@v4
@@ -73,3 +73,4 @@ jobs:
7373

7474

7575

76+

0 commit comments

Comments
 (0)