mirror of
https://github.com/DarthAffe/ScreenCapture.NET.git
synced 2025-12-12 13:28:35 +00:00
Update release.yml
This commit is contained in:
parent
d0fc30998a
commit
9cc6cfb653
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -22,12 +22,6 @@ jobs:
|
||||
run: dotnet build --no-restore --configuration Release
|
||||
- name: Test
|
||||
run: dotnet test --no-build --verbosity normal --configuration Release
|
||||
- name: Upload Nuget Build Artifact
|
||||
uses: actions/upload-artifact@v2.2.4
|
||||
with:
|
||||
name: ScreenCapture.NET-Nugets
|
||||
path: bin/*nupkg
|
||||
if-no-files-found: error
|
||||
- name: Nuget Push
|
||||
run: dotnet nuget push **\*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json
|
||||
- name: Symbols Push
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user