Skip to content

Commit 9cc6cfb

Browse files
authored
Update release.yml
1 parent d0fc309 commit 9cc6cfb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ jobs:
2222
run: dotnet build --no-restore --configuration Release
2323
- name: Test
2424
run: dotnet test --no-build --verbosity normal --configuration Release
25-
- name: Upload Nuget Build Artifact
26-
uses: actions/[email protected]
27-
with:
28-
name: ScreenCapture.NET-Nugets
29-
path: bin/*nupkg
30-
if-no-files-found: error
3125
- name: Nuget Push
3226
run: dotnet nuget push **\*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json
3327
- name: Symbols Push

0 commit comments

Comments
 (0)