Skip to content

Commit

Permalink
chore(ml-cli): publish trimmed app does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet authored Jan 13, 2023
1 parent 4f830de commit 8e79086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ecotag-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}

- uses: actions/setup-dotnet@v1
- run: dotnet publish ./src/MlCli/MlCli.csproj -c Release -r linux-x64 --self-contained=true /p:PublishSingleFile=true /p:PublishTrimmed=true /p:PublishReadyToRun=true /p:AssemblyVersion=${{ needs.tags.outputs.new_version }} --output ./drop/linux-x64/ml-cli
- run: dotnet publish ./src/MlCli/MlCli.csproj -c Release -r linux-x64 --self-contained=true /p:PublishSingleFile=true /p:PublishReadyToRun=true /p:AssemblyVersion=${{ needs.tags.outputs.new_version }} --output ./drop/linux-x64/ml-cli
- name: Zip Release
uses: TheDoctor0/[email protected]
with:
Expand All @@ -181,7 +181,7 @@ jobs:
asset_path: ./drop/linux-x64/ml-cli/ml-cli-linux-x64.zip
asset_name: ml-cli-linux-x64.zip
asset_content_type: application/zip4
- run: dotnet publish ./src/MlCli/MlCli.csproj -c Release -r win-x64 --self-contained=true /p:PublishSingleFile=true /p:PublishTrimmed=true /p:PublishReadyToRun=true /p:AssemblyVersion=${{ needs.tags.outputs.new_version }} --output ./drop/win-x64/ml-cli
- run: dotnet publish ./src/MlCli/MlCli.csproj -c Release -r win-x64 --self-contained=true /p:PublishReadyToRun=true /p:AssemblyVersion=${{ needs.tags.outputs.new_version }} --output ./drop/win-x64/ml-cli
- name: Zip Release
uses: TheDoctor0/[email protected]
with:
Expand Down

0 comments on commit 8e79086

Please sign in to comment.