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