From 9bf35844e5d34b76334f84252b85b35e2f1730ff Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Sat, 16 Sep 2023 18:07:57 +0200 Subject: [PATCH] AAAAAAAAAAAA Signed-off-by: Sam Therapy --- .github/workflows/build-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index ab3cd23..9290719 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -85,7 +85,7 @@ jobs: - name: Build the package run: dotnet build --configuration Release --no-restore -p:SymbolPackageFormat=snupkg - name: Publish the package - run: + run: | dotnet nuget push src/Xdg.Directories/bin/Release/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_KEY }} dotnet nuget push src/Xdg.Directories/bin/Release/*.snupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_KEY }} env: