Skip to content
This repository was archived by the owner on Jun 16, 2021. It is now read-only.

Commit b6ced9f

Browse files
committed
Updated build file
1 parent fa2b923 commit b6ced9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI Pipeline
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
jobs:
1010
build:

.github/workflows/release-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: Test
2424
run: dotnet test --no-restore --verbosity normal
2525
- name: Publish Package
26-
run: dotnet nuget push "artifacts/nupkgs/*.nupkg" -s ${{ secrets.NUGET_URL }} -k ${{ secrets.NUGET_TOKEN }}
26+
run: dotnet nuget push "artifacts/*.nupkg" -s ${{ secrets.NUGET_URL }} -k ${{ secrets.NUGET_TOKEN }}

0 commit comments

Comments
 (0)