Skip to content

Commit eb8831a

Browse files
fix(ci): directly link to csproj file
1 parent 6587dc5 commit eb8831a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- name: Build
1919
run: dotnet build --configuration Release --no-restore -p:Version=${{ env.VERSION }}
2020
- name: Pack
21-
run: dotnet pack Compressonator.NET --output nupkgs --configuration Release -p:Version=${{ env.VERSION }}
21+
run: dotnet pack .\Compressonator.NET.csproj --output nupkgs --configuration Release -p:Version=${{ env.VERSION }}
2222
- name: Nuget Publish
23-
run: dotnet nuget push nupkgs\*.nupkg -k ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json
23+
run: dotnet nuget push nupkgs\*.nupkg -k ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)