Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Commit a702cdb

Browse files
committed
fix: Fix path to project
Signed-off-by: Tom Kerkhove <[email protected]>
1 parent 818a076 commit a702cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
NUGET_PACKAGE_PATH: ./src/Promitor.Parsers.Prometheus.Core/bin/Release/${{ env.NUGET_PACKAGE_NAME }}
4545
- name: Build Solution
46-
run: dotnet build ./src/Promitor.Parsers.Prometheus.Core.csproj --configuration Release -p:Version=${{ env.NUGET_VERSION }}
46+
run: dotnet build ./src/Promitor.Parsers.Prometheus.Core/Promitor.Parsers.Prometheus.Core.csproj --configuration Release -p:Version=${{ env.NUGET_VERSION }}
4747
- name: Push NuGet package
4848
run: dotnet nuget push "${{ env.NUGET_PACKAGE_PATH }}" --api-key ${{ secrets.NUGET_REGISTRY_NUGETORG_APIKEY }} --source https://api.nuget.org/v3/index.json
4949
- name: Upload NuGet Package

0 commit comments

Comments
 (0)