Skip to content

Commit

Permalink
Allowing build on publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
vgmello committed Nov 4, 2023
1 parent 13cdfba commit 495b5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build & Publish
run: dotnet publish -c Release -r win-x64 -o output --no-build
run: dotnet publish -c Release -r win-x64 -o output
- name: Archive Release
uses: thedoctor0/[email protected]
with:
Expand Down

0 comments on commit 495b5e0

Please sign in to comment.