Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Neio committed Mar 6, 2024
1 parent 0bc0d06 commit e9ef8e9
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 @@ -43,7 +43,7 @@ jobs:
path: code-coverage-results.md

- name: Publish
run: dotnet publish Src -c release -r win-x64 --self-contained true -p:PublishSingleFile=true -o release — nologo
run: dotnet publish Src -c release -r win-x64 --self-contained true -p:PublishSingleFile=true -o release
- name: Upload Build Artifact
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit e9ef8e9

Please sign in to comment.