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 16, 2024
1 parent 04c6a55 commit b3c8702
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 @@ -30,7 +30,8 @@ jobs:
run: dotnet test

- name: Publish Application
run: dotnet publish --configuration Release -o ./publish -p:PublishSingleFile=true
run: dotnet publish --configuration Release -o ./publish -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true --self-contained=false


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

0 comments on commit b3c8702

Please sign in to comment.