We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf4d303 commit 7927f5bCopy full SHA for 7927f5b
1 file changed
.github/workflows/build.yml
@@ -97,7 +97,7 @@ jobs:
97
98
- name: Get certificate
99
id: cert_file
100
- uses: timheuer/base64-to-file@master
+ uses: timheuer/base64-to-file@v1
101
with:
102
fileName: 'certfile.pfx'
103
encodedString: ${{ secrets.SIGNING_CERT }}
0 commit comments