Skip to content

Commit 8071142

Browse files
committed
Fix the release workflow
1 parent bf34477 commit 8071142

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
7777
- name: 🔏 Code sign
7878
shell: pwsh
7979
run: >
80+
rm global.json # avoid a need to install a particular SDK version
81+
8082
dotnet tool install --tool-path obj SignClient
8183
8284
obj/SignClient sign

0 commit comments

Comments
 (0)