Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
netquick authored Jul 15, 2024
1 parent 5bb921c commit 9a3f23b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
run: dotnet test

- name: Publish Application
run: dotnet publish --configuration Release -o ./publish
run: dotnet publish --configuration Release -o ./publish -p:PublishSingleFile=true -p:PublishTrimmed=true


- name: Upload Published App as Artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 9a3f23b

Please sign in to comment.