diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 20cb6c6d..9e6b3637 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -16,5 +16,5 @@ jobs: - run: dotnet run -p src/build/build.csproj - uses: actions/upload-artifact@v2 with: - name: ${{ matrix.os }}-sharpcompress.nupkg + name: sharpcompress.nupkg path: src\SharpCompress\bin\Release\SharpCompress.*.nupkg