Skip to content

Commit a5f1aa7

Browse files
committed
chmod +x to make_ohos_lua.sh
1 parent ece5b79 commit a5f1aa7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
- name: Build
7272
run: |
7373
cd build
74+
chmod +x make_ohos_lua5*.sh
7475
OHOS_NDK_HOME=~/ohos-sdk/linux/native ./make_ohos_lua54.sh
7576
OHOS_NDK_HOME=~/ohos-sdk/linux/native ./make_ohos_lua53.sh
7677
- name: Upload

.github/workflows/publish.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ jobs:
5050
- name: Build
5151
run: |
5252
cd build
53-
./make_ohos_lua54.sh
54-
./make_ohos_lua53.sh
53+
chmod +x make_ohos_lua5*.sh
54+
OHOS_NDK_HOME=~/ohos-sdk/linux/native ./make_ohos_lua54.sh
55+
OHOS_NDK_HOME=~/ohos-sdk/linux/native ./make_ohos_lua53.sh
5556
- name: Upload
5657
uses: actions/upload-artifact@v2
5758
with:

0 commit comments

Comments
 (0)