From b63881ca30537b6491a9a5f4c5c2905d7d33f717 Mon Sep 17 00:00:00 2001 From: Dennis Dyall Date: Mon, 23 Dec 2024 21:23:21 +0100 Subject: [PATCH] ci: NativeShims package named to match the other NuGet Package names --- .github/workflows/build-nativeshims.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-nativeshims.yml b/.github/workflows/build-nativeshims.yml index d9f3c70b..407ceb1d 100644 --- a/.github/workflows/build-nativeshims.yml +++ b/.github/workflows/build-nativeshims.yml @@ -133,7 +133,7 @@ jobs: - run: nuget pack Yubico.NativeShims.nuspec - uses: actions/upload-artifact@v4 with: - name: Yubico.NativeShims.nupkg + name: NuGet Package NativeShims path: Yubico.NativeShims.*.nupkg - name: Generate artifact attestation