Skip to content

Commit b039a8c

Browse files
authored
Fix: readme.md or nuspec could not be found (#123)
2 parents 5d70d71 + 7b79202 commit b039a8c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-nativeshims.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
name: nuspec
5555
path: |
5656
Yubico.NativeShims/*.nuspec
57-
readme.md
57+
Yubico.NativeShims/readme.md
5858
- uses: actions/upload-artifact@v4
5959
with:
6060
name: msbuild
@@ -113,7 +113,8 @@ jobs:
113113
steps:
114114
- uses: actions/download-artifact@v4
115115
- run: |
116-
mv nuspec/*.* .
116+
mv nuspec/*.nuspec .
117+
mv nuspec/readme.md .
117118
$nuspec = [xml](gc Yubico.NativeShims.nuspec)
118119
$repo = $nuspec.CreateElement("repository")
119120
$repo.SetAttribute("url","https://github.com/${{ github.repository }}")

0 commit comments

Comments
 (0)