From a5a962ce1f7ff38c25f7358c68a7cfd564d4daca Mon Sep 17 00:00:00 2001 From: Adam <893184+NotAdam@users.noreply.github.com> Date: Fri, 25 Dec 2020 23:58:12 +1100 Subject: [PATCH] fucking yaml --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bb156062..0e8c3df7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,8 +22,8 @@ jobs: dotnet build --no-restore --configuration Release --nologo - name: Archive run: Compress-Archive -Path Penumbra/bin/Release/* -DestinationPath Penumbra.zip - - name: Upload a Build Artifact - uses: actions/upload-artifact@v2.2.1 - with: - path: | - ./Penumbra/bin/Release/** \ No newline at end of file + - name: Upload a Build Artifact + uses: actions/upload-artifact@v2.2.1 + with: + path: | + ./Penumbra/bin/Release/** \ No newline at end of file