Remove --project argument

This commit is contained in:
jvyden 2021-10-19 23:07:36 -04:00
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: jobs:
test: test:
name: Build & Test name: Build
if: "!contains(github.event.head_commit.message, '[skip ci]')" if: "!contains(github.event.head_commit.message, '[skip ci]')"
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 10 timeout-minutes: 10
@ -29,7 +29,7 @@ jobs:
dotnet-version: "5.0.x" dotnet-version: "5.0.x"
- name: Compile - name: Compile
run: dotnet build -c Release --project UnionPatcher.Gui.Linux run: dotnet build -c Release
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with: