From 740e961b951c19716340f06f73905eb1b7c0b6c8 Mon Sep 17 00:00:00 2001 From: jvyden Date: Tue, 19 Oct 2021 23:10:53 -0400 Subject: [PATCH] Use dotnet publis --- .github/workflows/build.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64e7595..4a5cc7a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,14 +6,10 @@ name: Continuous Integration jobs: test: - name: Build + name: Build for Linux if: "!contains(github.event.head_commit.message, '[skip ci]')" runs-on: ubuntu-latest timeout-minutes: 10 - env: - DB_DATABASE: lighthouse - DB_USER: root - DB_PASSWORD: lighthouse steps: - name: Cancel previous runs of this workflow uses: styfle/cancel-workflow-action@0.6.0 @@ -29,7 +25,7 @@ jobs: dotnet-version: "5.0.x" - name: Compile - run: dotnet build -c Release + run: dotnet publish - uses: actions/upload-artifact@v2 with: