Try upload artifact
This commit is contained in:
parent
6ed46b5fcc
commit
a0bfc22a29
1 changed files with 4 additions and 0 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue