Skip to content

Commit

Permalink
fix: or-1566 publish in release config
Browse files Browse the repository at this point in the history
  • Loading branch information
koenmetsu committed May 27, 2024
1 parent 03629e2 commit 6595a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,12 @@ jobs:
- name: Pre-build Marten models
if: ${{ inputs.pre-gen-marten }}
shell: bash
run: dotnet run --project src/${{ inputs.build-project }} -- codegen write
run: dotnet run -c Release --project src/${{ inputs.build-project }} -- codegen write


- name: Dotnet build
shell: bash
run: dotnet build --no-restore --runtime 'linux-x64' --self-contained -f net8.0 src/${{ inputs.build-project }}
run: dotnet build -c Release --no-restore --runtime 'linux-x64' --self-contained -f net8.0 src/${{ inputs.build-project }}

- name: Dotnet publish
shell: bash
Expand Down

0 comments on commit 6595a36

Please sign in to comment.