mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-04-23 13:05:17 +00:00
Remove --project argument
This commit is contained in:
parent
c1c5d3c1fa
commit
e01cc8c824
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue