Skip to content

Commit

Permalink
chmod +x to make_ohos_lua.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Jun 7, 2024
1 parent ece5b79 commit a5f1aa7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
- name: Build
run: |
cd build
chmod +x make_ohos_lua5*.sh
OHOS_NDK_HOME=~/ohos-sdk/linux/native ./make_ohos_lua54.sh
OHOS_NDK_HOME=~/ohos-sdk/linux/native ./make_ohos_lua53.sh
- name: Upload
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ jobs:
- name: Build
run: |
cd build
./make_ohos_lua54.sh
./make_ohos_lua53.sh
chmod +x make_ohos_lua5*.sh
OHOS_NDK_HOME=~/ohos-sdk/linux/native ./make_ohos_lua54.sh
OHOS_NDK_HOME=~/ohos-sdk/linux/native ./make_ohos_lua53.sh
- name: Upload
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit a5f1aa7

Please sign in to comment.