Remove --project argument

This commit is contained in:
jvyden 2021-10-19 23:07:36 -04:00
parent c1c5d3c1fa
commit e01cc8c824
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -6,7 +6,7 @@ name: Continuous Integration
jobs:
test:
name: Build & Test
name: Build
if: "!contains(github.event.head_commit.message, '[skip ci]')"
runs-on: ubuntu-latest
timeout-minutes: 10
@ -29,7 +29,7 @@ jobs:
dotnet-version: "5.0.x"
- name: Compile
run: dotnet build -c Release --project UnionPatcher.Gui.Linux
run: dotnet build -c Release
- uses: actions/upload-artifact@v2
with: