Skip to content

Commit

Permalink
Fixed workflow (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-bures committed Dec 20, 2023
1 parent 319bac0 commit 1f14da3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_spacewarp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3

- name: Build the solution
run: dotnet build "SpaceWarp.sln" -c ${{ matrix.run_args }}
run: dotnet build "SpaceWarp.sln" -c Debug

build-release:
runs-on: ubuntu-latest
Expand All @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v3

- name: Build the solution
run: dotnet build "SpaceWarp.sln" -c ${{ matrix.run_args }}
run: dotnet build "SpaceWarp.sln" -c Release

- name: Find Zip
id: find-zip
Expand Down

0 comments on commit 1f14da3

Please sign in to comment.