We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e46a3 commit bc32ad3Copy full SHA for bc32ad3
.github/workflows/dotnet.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Add submodule
26
run: git submodule update --recursive --remote --force
27
- 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
+ run: dotnet publish Injector/Injector.csproj -o build\ -c Release -p:PublishTrimmed=true -p:SelfContained=true -p:IncludeNativeLibrariesForSelfExtract=true
29
- name: Release with Notes
30
uses: softprops/action-gh-release@v1
31
with:
0 commit comments