We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da106e0 commit c0620c7Copy full SHA for c0620c7
.github/workflows/release.yml
@@ -32,13 +32,7 @@ jobs:
32
33
# Build the project
34
- name: Build
35
- run: dotnet publish ConvertApi.Cli/ConvertApi.Cli.csproj -c Release -r win-x64 --self-contained true /p:PublishSingleFile=true /p:IncludeNativeLibrariesForSelfExtract=true
36
-
37
- # Create a zip package
38
- # - name: Create ZIP package
39
- # run: |
40
- # mkdir -p ${{ env.OUTPUT_DIR }}
41
- # zip -j ${{ env.OUTPUT_DIR }}/convertApi-cli.zip ${{ env.PUBLISH_DIR }}/*
+ run: dotnet publish ConvertApi.Cli/ConvertApi.Cli.csproj -c Release -r win-x64 --self-contained true /p:PublishSingleFile=true /p:IncludeNativeLibrariesForSelfExtract=true /p:DebugType=none /p:DebugSymbols=false
42
43
# Upload the artifact
44
- name: Upload artifact
0 commit comments