Skip to content

Commit 895914e

Browse files
committed
sign with wildcard
1 parent 2721c60 commit 895914e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
encodedString: ${{ secrets.TOBIICODESIGNCERTIFICATE_B64 }}
5454

5555
- name: Sign NuGet Package
56-
run: dotnet nuget sign "source\bin\Release\Tobii.Glasses3.SDK.${{steps.version.outputs.version}}.nupkg" --certificate-path "${{steps.cert_file.outputs.filePath}}" --certificate-password "${{secrets.CODESIGNPASSWORD}}" --timestamper http://timestamp.digicert.com --verbosity detailed
56+
run: dotnet nuget sign "source\bin\Release\Tobii.Glasses3.SDK.*.nupkg" --certificate-path "${{steps.cert_file.outputs.filePath}}" --certificate-password "${{secrets.CODESIGNPASSWORD}}" --timestamper http://timestamp.digicert.com --verbosity detailed
5757

5858
- name: Upload nuget package
5959
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)