Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #100 from litetex/develop
Browse files Browse the repository at this point in the history
Fix publish command in release
  • Loading branch information
litetex authored Nov 19, 2022
2 parents d04edbc + 6eda00e commit 3d5c5b4
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 @@ -65,7 +65,7 @@ jobs:
dotnet-version: 6.x

- name: Publish
run: dotnet publish -c Release -r alpine-x64 -p:PublishSingleFile=true -p:DebugType=None -p:Version=${{ needs.create_release.outputs.version }}
run: dotnet publish -c Release -r alpine-x64 --self-contained -p:PublishSingleFile=true -p:DebugType=None -p:IncludeNativeLibrariesForSelfExtract=true -p:PublishTrimmed=true -p:Version=${{ needs.create_release.outputs.version }}
working-directory: src/PullDetachedRemote

- name: Upload Release Asset
Expand Down

0 comments on commit 3d5c5b4

Please sign in to comment.