From 1ceef523328eec4c75d30999a9c800a108e6b9bf Mon Sep 17 00:00:00 2001 From: InvoxiPlayGames Date: Fri, 21 Jul 2023 08:40:27 +0100 Subject: [PATCH] github actions never works first try lmao --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f22cdf1..b6a8b4d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,10 +16,8 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: 7.0.x - - name: Build - run: dotnet build -c Release -r ${{ matrix.rid }} - - name: Publish - run: dotnet publish -c Release -r ${{ matrix.rid }} --no-build + - name: Build and Publish + run: dotnet publish -c Release -r ${{ matrix.rid }} - name: Upload uses: actions/upload-artifact@v3 with: