Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisDyallo committed Jun 28, 2024
1 parent e49623f commit 4b1aa3a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-nativeshims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:
name: nuspec
path: |
Yubico.NativeShims/*.nuspec
- uses: actions/upload-artifact@v4
with:
path:
readme.md

# build-linux-arm64:
Expand Down Expand Up @@ -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 }}")
Expand Down

0 comments on commit 4b1aa3a

Please sign in to comment.