Skip to content

Commit 0441a0c

Browse files
committed
Revert "fix base64: invalid input"
This reverts commit de9cf7f. `-i` is necessary only because of the line endings of the certificate
1 parent aa9f440 commit 0441a0c

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
@@ -143,7 +143,7 @@ jobs:
143143
run: echo "${{ secrets.INSTALLER_LICENSE }}" > /tmp/license.xml
144144

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

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

0 commit comments

Comments
 (0)