Skip to content

Commit

Permalink
more 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 7c78833 commit 2e1fb30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
uses: ./.github/workflows/ohos.yml
with:
profile: "release"
secrets:
SIGNING_MATERIAL: ${{ secrets.SERVO_OHOS_SIGNING_MATERIAL }}

build-result:
name: Result
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ohos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
with:
version: "4.1"
components: "native;toolchains;ets"
cache: false
fixup-path: true
- name: Install node for hvigor
uses: actions/setup-node@v4
Expand All @@ -71,7 +70,7 @@ jobs:
echo "HVIGOR_PATH=$PWD" >> $GITHUB_ENV
- name: "Setup HAP signing config"
env:
SIGNING_MATERIAL: ${{ secrets.SERVO_OHOS_SIGNING_MATERIAL }}
SIGNING_MATERIAL: ${{ secrets.SIGNING_MATERIAL }}
run: |
cd ~
echo "${SIGNING_MATERIAL}" | base64 -d > servo-ohos-material.zip
Expand Down

0 comments on commit 2e1fb30

Please sign in to comment.