Skip to content

Commit 96146b0

Browse files
authored
Update workflows.yaml
1 parent 2757873 commit 96146b0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/workflows.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,14 @@ jobs:
202202
--source https://api.nuget.org/v3/index.json \
203203
--skip-duplicate
204204
205+
# Upload to github pkgs
206+
- name: Push to GitHub Packages
207+
run: |
208+
dotnet nuget push "./nupkg-${{ matrix.define }}/*.nupkg" \
209+
--api-key ${{ secrets.GITHUB_TOKEN }} \
210+
--source "https://nuget.pkg.github.com/genaray/index.json" \
211+
--skip-duplicate
212+
205213
# Creating a github release.
206214
- name: Create GitHub Release & Upload Artifacts
207215
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)