Skip to content

Commit

Permalink
fix: multiline build
Browse files Browse the repository at this point in the history
  • Loading branch information
aochmann committed Feb 25, 2021
1 parent fed4b0d commit d040382
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,9 @@ jobs:
run: dotnet restore ${{env.SOLUTION}}

- name: Build
shell: bash
working-directory: ${{ github.workspace }}
run: |
dotnet build \
--configuration ${{ env.CONFIG }} \
dotnet build `
--configuration ${{ env.CONFIG }} `
${{ env.SOLUTION }}
- name: Pack all nuspec files
Expand Down

0 comments on commit d040382

Please sign in to comment.