Update release.yml

This commit is contained in:
DarthAffe 2023-09-10 21:33:51 +00:00 committed by GitHub
parent d0fc30998a
commit 9cc6cfb653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,12 +22,6 @@ jobs:
run: dotnet build --no-restore --configuration Release run: dotnet build --no-restore --configuration Release
- name: Test - name: Test
run: dotnet test --no-build --verbosity normal --configuration Release 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 - name: Nuget Push
run: dotnet nuget push **\*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json run: dotnet nuget push **\*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json
- name: Symbols Push - name: Symbols Push