From 81eed20e1f11827ccf6e7d5fd6e0e3185a198c3e Mon Sep 17 00:00:00 2001 From: Kyriakos Sidiropoulos Date: Thu, 11 Apr 2024 17:16:28 +0200 Subject: [PATCH] fix (github-actions.yml): fix a bug which was causing a phantom error when pushing nugets over to nuget.org [skip ci] --- .github/workflows/github-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index fa73eb1..8321859 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -119,4 +119,4 @@ jobs: push \ --source "https://api.nuget.org/v3/index.json" \ --api-key "${{env.SCL_NUGET_ORG_FEED_API_KEY}}" \ - *nupkg + *.nupkg