Skip to content

Commit 7927f5b

Browse files
authored
Update build.yml
Fixing base64 version action
1 parent bf4d303 commit 7927f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797

9898
- name: Get certificate
9999
id: cert_file
100-
uses: timheuer/base64-to-file@master
100+
uses: timheuer/base64-to-file@v1
101101
with:
102102
fileName: 'certfile.pfx'
103103
encodedString: ${{ secrets.SIGNING_CERT }}

0 commit comments

Comments
 (0)