Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Fix nuget paths
Browse files Browse the repository at this point in the history
  • Loading branch information
cezarypiatek committed Apr 23, 2021
1 parent 5f34479 commit 8f85f45
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
push:
branches:
- master
paths:
- 'Src/**'
# paths:
# - 'Src/**'
jobs:
build-extension:
runs-on: windows-latest
Expand Down Expand Up @@ -75,4 +75,5 @@ jobs:
asset_content_type: binary/octet-stream
- name: Publish extension to Nuget
run: |
dotnet nuget push ./dist/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
dotnet nuget push ./dist/Tellurium.MvcPages.${{ env.Version }}.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
dotnet nuget push ./dist/Tellurium.VisualAssertions.${{ env.Version }}.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json

0 comments on commit 8f85f45

Please sign in to comment.