Skip to content

Commit

Permalink
ci: update path for release assets
Browse files Browse the repository at this point in the history
  • Loading branch information
cengelha committed Feb 15, 2024
1 parent ce74452 commit b722502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ jobs:
uses: softprops/action-gh-release@v1
with:
body_path: ./.github/changelogs/${{ github.ref_name }}.md
files: ./libNOM.map.*nupkg
files: ./libNOM.map/bin/Release/libNOM.map.*nupkg
- name: Publish
run: dotnet nuget push ./libNOM.map/bin/Release/libNOM.map.*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}

0 comments on commit b722502

Please sign in to comment.