Skip to content

Commit

Permalink
Build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmclaws committed May 23, 2024
1 parent bc0e23e commit d780da5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: CI Build & Package
on:
workflow_dispatch:
push:
branches: [ "master" ]
branches: [ "main" ]

jobs:
build:
Expand Down Expand Up @@ -48,4 +48,4 @@ jobs:
# path: packages

- name: Push to NuGet
run: dotnet nuget push ./packages/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
run: dotnet nuget push packages/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 comments on commit d780da5

Please sign in to comment.