From 90c4153b315fe1b5ac023023c5b835f89dc1eb88 Mon Sep 17 00:00:00 2001 From: Pythonic-Rainbow Date: Fri, 5 Jan 2024 21:08:51 +0000 Subject: [PATCH] Test --- .github/workflows/dotnet.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index aa19ffb..0ba4fea 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -5,7 +5,7 @@ name: .NET on: push: - branches: [ "main" ] + branches: [ "main", "debug-workflow" ] pull_request: branches: [ "main" ] @@ -23,11 +23,9 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: 8.0.x - - name: Restore dependencies - run: dotnet restore - name: Build - run: dotnet build -a linux-arm64 --no-restore - - name: Upload dotnet test results + run: dotnet build -c Release -r linux-arm64 + - name: Upload program uses: actions/upload-artifact@v3 with: name: Bot