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 7a1ca2e commit 906be81Copy full SHA for 906be81
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
30
# 步骤 3: 发布应用程序 (依赖框架并极限压缩体积)
31
- name: Publish application
32
- run: dotnet publish ./Html-Converter/Html-Converter.csproj -c Release -r ${{ matrix.os == 'windows-latest' && 'win-x64' || (matrix.os == 'ubuntu-latest' && 'linux-x64' || 'osx-x64') }} --self-contained false -p:PublishSingleFile=true -p:PublishTrimmed=true -p:InvariantGlobalization=true
+ run: dotnet publish ./Html-Converter.csproj -c Release -r ${{ matrix.os == 'windows-latest' && 'win-x64' || (matrix.os == 'ubuntu-latest' && 'linux-x64' || 'osx-x64') }} --self-contained false -p:PublishSingleFile=true -p:PublishTrimmed=true -p:InvariantGlobalization=true
33
34
# 步骤 4: 打包生成物
35
- name: Package artifacts
0 commit comments