Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

upload keystore file to secrets github actions

Mac: base64 --input [File] --output [File].b64 base64 -d --input [File].b64 --output [File]Alpine & Ubuntu: base64 [File] > [File].b64 base64 -d [File].b64 > [File]
Source by stefma.medium.com #
 
PREVIOUS NEXT
Tagged: #upload #keystore #file #secrets #github #actions
ADD COMMENT
Topic
Name
3+3 =