Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Fixing base64 version action
  • Loading branch information
timheuer committed Mar 14, 2023
1 parent bf4d303 commit 7927f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:

- name: Get certificate
id: cert_file
uses: timheuer/base64-to-file@master
uses: timheuer/base64-to-file@v1
with:
fileName: 'certfile.pfx'
encodedString: ${{ secrets.SIGNING_CERT }}
Expand Down

0 comments on commit 7927f5b

Please sign in to comment.