Skip to content

Commit

Permalink
#2 update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto committed Nov 24, 2023
1 parent 975a12d commit eb757a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Publish
run: dotnet publish --no-build --configuration Release --runtime win-x64 -p:PublishSingleFile=true --self-contained true
run: dotnet publish --no-build --configuration Release --runtime win-x64 -p:PublishSingleFile=true --self-contained true --output ${{ env.DOTNET_ROOT }}/myapp

0 comments on commit eb757a6

Please sign in to comment.