Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Mukilan Thiyagarajan <[email protected]>
  • Loading branch information
mukilan committed Sep 11, 2024
1 parent bd23afd commit 7c78833
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ohos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,10 @@ jobs:
env:
SIGNING_MATERIAL: ${{ secrets.SERVO_OHOS_SIGNING_MATERIAL }}
run: |
cd /tmp
echo "${SIGNING_MATERIAL}" | base64 -d > signing_material.zip
mdkir -p ~/ohos-signing-material
unzip signing_material.zip -d ~/ohos-signing-material
cd ~/ohos-signing-material
echo "SERVO_OHOS_SIGNING_CONFIG=${PWD}/signing-configs.json" >> $GITHUB_ENV
cd ~
echo "${SIGNING_MATERIAL}" | base64 -d > servo-ohos-material.zip
unzip servo-ohos-material.zip
echo "SERVO_OHOS_SIGNING_CONFIG=${PWD}/servo-ohos-material/signing-configs.json" >> $GITHUB_ENV
- name: Build (arch ${{ matrix.arch }} profile ${{ inputs.profile }})
env:
OHOS_SDK_NATIVE: ${{ steps.setup_sdk.outputs.ohos_sdk_native }}
Expand Down

0 comments on commit 7c78833

Please sign in to comment.