Skip to content

Commit

Permalink
Fix where readme or nuspec could not be found
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisDyallo committed Jun 28, 2024
1 parent 5d70d71 commit 7b79202
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-nativeshims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
name: nuspec
path: |
Yubico.NativeShims/*.nuspec
readme.md
Yubico.NativeShims/readme.md
- uses: actions/upload-artifact@v4
with:
name: msbuild
Expand Down Expand Up @@ -113,7 +113,8 @@ jobs:
steps:
- uses: actions/download-artifact@v4
- run: |
mv nuspec/*.* .
mv nuspec/*.nuspec .
mv nuspec/readme.md .
$nuspec = [xml](gc Yubico.NativeShims.nuspec)
$repo = $nuspec.CreateElement("repository")
$repo.SetAttribute("url","https://github.com/${{ github.repository }}")
Expand Down

0 comments on commit 7b79202

Please sign in to comment.