Skip to content

Commit

Permalink
Fix: readme.md or nuspec could not be found (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisDyallo authored Jun 28, 2024
2 parents 5d70d71 + 7b79202 commit b039a8c
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 b039a8c

Please sign in to comment.