diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ad88932..b8f5456 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: run: vstest.console.exe /TestAdapterPath:"packages" SoG_SGreader.Test\bin\Release\SoG_SGreader.Test.dll - name: Upload artifact - uses: actions/upload-artifact@v2 - with: - name: SoG_SGreader - path: SoG_SGreader\bin \ No newline at end of file + uses: actions/upload-artifact@v2 + with: + name: SoG_SGreader + path: SoG_SGreader\bin \ No newline at end of file