Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StarNumber12046 authored Feb 22, 2024
1 parent 1c683b5 commit 2b8da90
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 @@ -23,6 +23,6 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet publish -c Release -o ../publish -r windows-x64 --self-contained true /p:UseAppHost=true
run: dotnet publish -c Release -o ../publish -r win-x64 --self-contained true /p:UseAppHost=true
- name: Run tree
run: tree .

0 comments on commit 2b8da90

Please sign in to comment.