Skip to content

Commit

Permalink
ci: fix multiline command
Browse files Browse the repository at this point in the history
  • Loading branch information
futrime committed Jan 18, 2024
1 parent b156dfc commit 41e985d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
dotnet-version: 7.0.x

- run: |
dotnet build src/LipUI/LipUI.csproj -c Release -o bin -r ${{ matrix.runtime }} \
dotnet build src/LipUI/LipUI.csproj -c Release -o bin -r ${{ matrix.runtime }} `
-p:DebugType=none -p:Platform=${{ matrix.platform }} -p:PublishSingleFile=true
- uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
dotnet-version: 7.0.x

- run: |
dotnet build src/LipUI/LipUI.csproj -c Release -o bin -r ${{ matrix.runtime }} \
dotnet build src/LipUI/LipUI.csproj -c Release -o bin -r ${{ matrix.runtime }} `
-p:DebugType=none -p:Platform=${{ matrix.platform }} -p:PublishSingleFile=true
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 41e985d

Please sign in to comment.