mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-09-23 07:25:11 +00:00
Try upload artifact
This commit is contained in:
4
.github/workflows/dotnetcore.yml
vendored
4
.github/workflows/dotnetcore.yml
vendored
@@ -14,3 +14,7 @@ jobs:
|
||||
with:
|
||||
dotnet-version: 3.1.300
|
||||
- run: dotnet run -p src/build/build.csproj
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: ${{ matrix.os }}-sharpcompress.nupkg
|
||||
path: src\SharpCompress\bin\Release\SharpCompress.*.nupkg
|
||||
|
||||
Reference in New Issue
Block a user