Skip to content

Commit

Permalink
Merge pull request #37 from sergey-brutsky/xiaomi-gateway-3-support
Browse files Browse the repository at this point in the history
Fixed github package upload action
  • Loading branch information
sergey-brutsky authored Jun 27, 2024
2 parents ed2b492 + 2987dd8 commit 496fa0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ publish-nuget: check-version check-secrets
dotnet nuget push MiHomeLib/bin/Release/MiHomeLib.${v}.nupkg --api-key $(NUGET_SECRET) --source https://api.nuget.org/v3/index.json

publish-github: check-version check-secrets
dotnet nuget push MiHomeLib/bin/Release/MiHomeLib.${v}.nupkg --api-key $(GITHUB_SECRET) --source "github"
dotnet nuget push MiHomeLib/bin/Release/MiHomeLib.${v}.nupkg --api-key $(GITHUB_SECRET) --source https://nuget.pkg.github.com/sergey-brutsky/index.json

check-version:
ifndef v
Expand Down

0 comments on commit 496fa0c

Please sign in to comment.