Skip to content

Commit 076a760

Browse files
author
Miguel Bernard
committed
fix publish
1 parent d8bd26a commit 076a760

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/Publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: rohith/publish-nuget@v2
3030
with:
3131
# Filepath of the project to be packaged, relative to root of repository
32-
PROJECT_FILE_PATH: MBernard.CloudEvents.StronglyTyped/MBernard.CloudEvents.StronglyTyped.csproj
32+
PROJECT_FILE_PATH: src/MBernard.CloudEvents.StronglyTyped/MBernard.CloudEvents.StronglyTyped.csproj
3333

3434
# NuGet package id, used for version detection & defaults to project name
3535
PACKAGE_NAME: MBernard.CloudEvents.StronglyTyped

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# CloudEvents.Typed
22

3-
[![CI](https://github.com/mbernard/CloudEvents.Typed/actions/workflows/ci.yml/badge.svg)](https://github.com/mbernard/CloudEvents.Typed/actions/workflows/ci.yml)
3+
[![CI](https://github.com/mbernard/CloudEvents.Typed/actions/workflows/ci.yml/badge.svg)](https://github.com/mbernard/CloudEvents.Typed/actions/workflows/ci.yml)
4+
[![CodeQL](https://github.com/mbernard/CloudEvents.StronglyTyped/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/mbernard/CloudEvents.StronglyTyped/actions/workflows/codeql-analysis.yml)
5+
[![Publish NuGet](https://github.com/mbernard/CloudEvents.StronglyTyped/actions/workflows/Publish.yml/badge.svg)](https://github.com/mbernard/CloudEvents.StronglyTyped/actions/workflows/Publish.yml)

0 commit comments

Comments
 (0)