Skip to content

Commit

Permalink
feat(publish-nuget): Add artifact name to build step
Browse files Browse the repository at this point in the history
This commit adds the `artifact-name` parameter to the build step in the `publish-nuget.yml` workflow file. This allows for specifying the name of the artifact being built.
  • Loading branch information
SakuraIsayeki committed Sep 8, 2024
1 parent 478a497 commit 30cc3b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: ./.github/workflows/build.yml
with:
project-path: ${{ matrix.project.path }}
artifact-name: ${{ matrix.project.name }}



Expand Down

0 comments on commit 30cc3b2

Please sign in to comment.