We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf34477 commit 8071142Copy full SHA for 8071142
.github/workflows/release.yml
@@ -77,6 +77,8 @@ jobs:
77
- name: 🔏 Code sign
78
shell: pwsh
79
run: >
80
+ rm global.json # avoid a need to install a particular SDK version
81
+
82
dotnet tool install --tool-path obj SignClient
83
84
obj/SignClient sign
0 commit comments