Skip to content

Commit

Permalink
Update dotnet.yml sef contained
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePinkUnicorn6 authored Nov 2, 2023
1 parent 496636c commit 05364b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore NeaServer.sln
- name: Build
run: dotnet publish NeaServer.sln --no-restore -r win-x64 --self-contained
run: dotnet publish NeaServer.sln -c release --no-restore --self-contained

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 05364b6

Please sign in to comment.