Skip to content

Commit

Permalink
build-ios in action
Browse files Browse the repository at this point in the history
  • Loading branch information
wangfenjin committed Aug 17, 2022
1 parent cf5af79 commit 75b5908
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -400,3 +400,6 @@ jobs:
files: ${{ github.workspace }}/../../_temp/macos/libsimple-osx-x64.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: build-iOS
run: ./build-ios.sh
2 changes: 1 addition & 1 deletion build-ios.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/zsh
#!/bin/sh

current_dir=$(pwd)/$(dirname "$0")
build_dir="${current_dir}/build-ios"
Expand Down

0 comments on commit 75b5908

Please sign in to comment.