Skip to content

Commit a32db09

Browse files
committed
can I have multiline, please?
1 parent 4e79c94 commit a32db09

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

Diff for: .github/workflows/build.yml

+7-8
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,13 @@ jobs:
5858
run: dotnet clean && dotnet nuget locals all --clear
5959

6060
- name: Publish
61-
run: >
62-
dotnet publish ${{ env.app_name }}/${{ env.app_name }}.${{ matrix.config.project }}/${{ env.app_name }}.${{ matrix.config.project }}.csproj
63-
--configuration Release
64-
--output ${{ env.publish_folder }}
65-
--self-contained true
66-
-p:PublishSingleFile=${{ matrix.config.is_single_file }}
67-
--runtime ${{ matrix.config.runtime }}
68-
--framework ${{ matrix.config.framework }}
61+
run: dotnet publish ${{ env.app_name }}/${{ env.app_name }}.${{ matrix.config.project }}/${{ env.app_name }}.${{ matrix.config.project }}.csproj
62+
--configuration Release
63+
--output ${{ env.publish_folder }}
64+
--self-contained true
65+
-p:PublishSingleFile=${{ matrix.config.is_single_file }}
66+
--runtime ${{ matrix.config.runtime }}
67+
--framework ${{ matrix.config.framework }}
6968

7069
- name: Create Package
7170
if: (github.event_name == 'release' && github.event.action == 'published' && startsWith(github.ref, 'refs/tags/'))

0 commit comments

Comments
 (0)