Skip to content

Commit bc32ad3

Browse files
authored
Update dotnet.yml
1 parent 98e46a3 commit bc32ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Add submodule
2626
run: git submodule update --recursive --remote --force
2727
- name: Publish
28-
run: dotnet publish Injector/Injector.csproj -o build\ -c Release -p:PublishTrimmed=true -p:PublishSingleFile=true -p:SelfContained=true -p:PublishReadyToRun=true -p:IncludeNativeLibrariesForSelfExtract=true
28+
run: dotnet publish Injector/Injector.csproj -o build\ -c Release -p:PublishTrimmed=true -p:SelfContained=true -p:IncludeNativeLibrariesForSelfExtract=true
2929
- name: Release with Notes
3030
uses: softprops/action-gh-release@v1
3131
with:

0 commit comments

Comments
 (0)