Skip to content

Commit 923316b

Browse files
authored
Update openharmony-build.yml
1 parent 2c1208f commit 923316b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/openharmony-build.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@ jobs:
2222
- name: Update Submodule
2323
run: |
2424
git submodule update --init --recursive
25-
25+
2626
- name: build for x64
27+
working-directory: ${{ github.workspace }}/scripts
2728
run: |
28-
chmod +x ./scripts/build-openharmony-x64.sh
29-
./scripts/build-openharmony-x64.sh
29+
chmod +x ./build-openharmony-x64.sh
30+
./build-openharmony-x64.sh
3031
3132
- name: build for arm64
33+
working-directory: ${{ github.workspace }}/scripts
3234
run: |
33-
chmod +x ./scripts/build-openharmony-arm64.sh
34-
./scripts/build-openharmony-arm64.sh
35+
chmod +x ./build-openharmony-arm64.sh
36+
./build-openharmony-arm64.sh

0 commit comments

Comments
 (0)