Skip to content

Commit

Permalink
CI/CD: fix typo in release path
Browse files Browse the repository at this point in the history
  • Loading branch information
stscoundrel authored Apr 24, 2022
1 parent 16d33c8 commit fa56c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Create the package
run: dotnet pack --configuration Release src/OldNorwegianDictionary.csproj
- name: Publish the package to NuGet
run: dotnet nuget push src/OldNorwegianDictionary.csproj/bin/Release/*.nupkg
run: dotnet nuget push src/OldNorwegianDictionary/bin/Release/*.nupkg

0 comments on commit fa56c21

Please sign in to comment.