From 4b1aa3ac4e4170cec67c5454c99098f3d8352724 Mon Sep 17 00:00:00 2001 From: Dennis Dyall Date: Fri, 28 Jun 2024 22:41:10 +0200 Subject: [PATCH] Try --- .github/workflows/build-nativeshims.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-nativeshims.yml b/.github/workflows/build-nativeshims.yml index a9af273ce..d489ebbf9 100644 --- a/.github/workflows/build-nativeshims.yml +++ b/.github/workflows/build-nativeshims.yml @@ -78,6 +78,9 @@ jobs: name: nuspec path: | Yubico.NativeShims/*.nuspec + - uses: actions/upload-artifact@v4 + with: + path: readme.md # build-linux-arm64: @@ -120,7 +123,7 @@ jobs: - uses: actions/download-artifact@v4 - run: | Get-ChildItem -Recurse - mv nuspec/*.* . + mv nuspec/*.nuspec . $nuspec = [xml](gc Yubico.NativeShims.nuspec) $repo = $nuspec.CreateElement("repository") $repo.SetAttribute("url","https://github.com/${{ github.repository }}")