We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7340f2 commit 5d2597fCopy full SHA for 5d2597f
.github/workflows/pushevent.yml
@@ -20,7 +20,7 @@ jobs:
20
run: |
21
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
22
export GIT_BRANCH_IMAGE_VERSION=$VERSION
23
- sh .github/script/build_enet_ios.sh Debug
+ sh .github/script/build_ijk_ios.sh Debug
24
env:
25
GIT_ACCESS_TOKEN: ${{ secrets.IOT_GITHUB_ACCESS_TOKEN }}
26
PROVISIONING_PASSWORD: ${{ secrets.GPG_DECRYPT_PASSPHRASE }}
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
- sh .github/script/build_enet_ios.sh Release
+ sh .github/script/build_ijk_ios.sh Release
34
35
36
0 commit comments