Skip to content

Commit bfd44cc

Browse files
committed
Fix package name
1 parent 3879d25 commit bfd44cc

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
@@ -19,6 +19,6 @@ jobs:
1919
uses: actions/upload-artifact@v1
2020
with:
2121
name: ActiveMQ.Artemis.Client
22-
path: ./src/ActiveMQ.Artemis.Client/bin/Release/ActiveMQ.Artemis.Client.${{ github.event.release.name }}.nupkg
22+
path: ./src/ActiveMQ.Artemis.Client/bin/Release/Unofficial.ActiveMQ.Artemis.Client.${{ github.event.release.name }}.nupkg
2323
- name: Publish NuGet Package
24-
run: dotnet nuget push ./src/ActiveMQ.Artemis.Client/bin/Release/ActiveMQ.Artemis.Client.${{ github.event.release.name }}.nupkg --api-key ${{ secrets.nuget_api_key }} --source https://api.nuget.org/v3/index.json --no-symbols true
24+
run: dotnet nuget push ./src/ActiveMQ.Artemis.Client/bin/Release/Unofficial.ActiveMQ.Artemis.Client.${{ github.event.release.name }}.nupkg --api-key ${{ secrets.nuget_api_key }} --source https://api.nuget.org/v3/index.json --no-symbols true

0 commit comments

Comments
 (0)