Skip to content

Commit

Permalink
Explicitly list nuget artifacts source to publish to
Browse files Browse the repository at this point in the history
  • Loading branch information
kant2002 committed Aug 6, 2024
1 parent c82b96d commit 44778d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ jobs:
uses: actions/setup-dotnet@v4

- name: Publish nuget package
run: dotnet nuget push "artifacts/package/release/*.nupkg" --source fstarlang --api-key ${{ secrets.AZ_DEVOPS_KEY }} --skip-duplicate
run: dotnet nuget push "artifacts/package/release/*.nupkg" --source https://codevision.pkgs.visualstudio.com/FStarLang/_packaging/fstarlang/nuget/v3/index.json --api-key ${{ secrets.AZ_DEVOPS_KEY }} --skip-duplicate
if: github.event_name == 'push' || github.event.inputs.publish_artifacts == 'true'

0 comments on commit 44778d1

Please sign in to comment.