Skip to content

Commit ddf77a2

Browse files
committed
fix(ci): name of artifact download for nativeshims for internal feed
1 parent 1945e27 commit ddf77a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-nativeshims.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
$repo.SetAttribute("url","$env:GITHUB_REPO_URL")
132132
$repo.SetAttribute("type","git")
133133
$nuspec.package.metadata.AppendChild($repo)
134-
$repo.SetAttribute("url","$env:GITHUB_REPO_URL")
134+
$nuspec.package.metadata.version = "$env:PACKAGE_VERSION"
135135
$nuspec.Save("Yubico.NativeShims.nuspec")
136136
cat Yubico.NativeShims.nuspec
137137
- run: nuget pack Yubico.NativeShims.nuspec
@@ -162,7 +162,7 @@ jobs:
162162
steps:
163163
- uses: actions/download-artifact@v4
164164
with:
165-
name: Yubico.NativeShims.nupkg
165+
name: NuGet Package NativeShims
166166
- run: |
167167
dotnet nuget add source --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/Yubico/index.json"
168168
dotnet nuget push Yubico.NativeShims.*.nupkg --source "github" --api-key ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)