Skip to content

Commit

Permalink
[release] update base64 command (#7559)
Browse files Browse the repository at this point in the history
Seems like a `-i` is now necessary for the command. Note that we recently startede using mac-mx machines.
  • Loading branch information
poweifeng committed Feb 7, 2024
1 parent 60db518 commit f3a61f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Sign sample-gltf-viewer
run: |
echo "${APK_KEYSTORE_BASE64}" > filament.jks.base64
base64 --decode filament.jks.base64 > filament.jks
base64 --decode -i filament.jks.base64 > filament.jks
BUILD_TOOLS_VERSION=$(ls ${ANDROID_HOME}/build-tools | sort -V | tail -n 1)
APKSIGNER=${ANDROID_HOME}/build-tools/${BUILD_TOOLS_VERSION}/apksigner
IN_FILE="out/sample-gltf-viewer-release.apk"
Expand Down

0 comments on commit f3a61f1

Please sign in to comment.