From ac0e1a8f2430abf9eb2a1447494a39abc8d05fef Mon Sep 17 00:00:00 2001 From: Albie Spriddell Date: Tue, 19 Dec 2023 14:32:18 +0000 Subject: [PATCH] fix broken package ref --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0da9e29..8e0b31e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -46,7 +46,7 @@ jobs: run: dotnet publish -c Release -p:Version=${{ github.event.release.tag_name }} DragonFruit.Sakura - name: Package Output - run: dotnet pack -c Release -p:PackageVersion=${{ github.event.inputs.version }} -o ./packages --no-build DragonFruit.Sakura + run: dotnet pack -c Release -p:Version=${{ github.event.release.tag_name }} -o ./packages --no-build DragonFruit.Sakura - name: Upload Package run: dotnet nuget push -s https://nuget.pkg.github.com/dragonfruitnetwork/index.json -k ${{ github.token }} ./packages/*.nupkg