Skip to content

Commit de9cf7f

Browse files
committed
fix base64: invalid input
1 parent 4fd8884 commit de9cf7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
run: echo "${{ secrets.INSTALLER_LICENSE }}" > /tmp/license.xml
131131

132132
- name: Save Win signing certificate to file
133-
run: echo "${{ secrets.INSTALLER_CERT_WINDOWS_PFX }}" | base64 --decode > /tmp/ArduinoCerts2020.pfx
133+
run: echo "${{ secrets.INSTALLER_CERT_WINDOWS_PFX }}" | base64 -di > /tmp/ArduinoCerts2020.pfx
134134
if: matrix.operating-system == 'windows-latest'
135135

136136
# win(edge),mac(safari) -> CERT_INSTALL and win,mac:(ff,chrome) -> CHOICE_CERT_INSTALL

0 commit comments

Comments
 (0)