File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131
131
$repo.SetAttribute("url","$env:GITHUB_REPO_URL")
132
132
$repo.SetAttribute("type","git")
133
133
$nuspec.package.metadata.AppendChild($repo)
134
- $repo.SetAttribute("url"," $env:GITHUB_REPO_URL")
134
+ $nuspec.package.metadata.version = " $env:PACKAGE_VERSION"
135
135
$nuspec.Save("Yubico.NativeShims.nuspec")
136
136
cat Yubico.NativeShims.nuspec
137
137
- run : nuget pack Yubico.NativeShims.nuspec
@@ -162,7 +162,7 @@ jobs:
162
162
steps :
163
163
- uses : actions/download-artifact@v4
164
164
with :
165
- name : Yubico. NativeShims.nupkg
165
+ name : NuGet Package NativeShims
166
166
- run : |
167
167
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"
168
168
dotnet nuget push Yubico.NativeShims.*.nupkg --source "github" --api-key ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments