Skip to content

Commit 5d2597f

Browse files
committed
修复CI索引
1 parent e7340f2 commit 5d2597f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pushevent.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
2222
export GIT_BRANCH_IMAGE_VERSION=$VERSION
23-
sh .github/script/build_enet_ios.sh Debug
23+
sh .github/script/build_ijk_ios.sh Debug
2424
env:
2525
GIT_ACCESS_TOKEN: ${{ secrets.IOT_GITHUB_ACCESS_TOKEN }}
2626
PROVISIONING_PASSWORD: ${{ secrets.GPG_DECRYPT_PASSPHRASE }}
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
3232
export GIT_BRANCH_IMAGE_VERSION=$VERSION
33-
sh .github/script/build_enet_ios.sh Release
33+
sh .github/script/build_ijk_ios.sh Release
3434
env:
3535
GIT_ACCESS_TOKEN: ${{ secrets.IOT_GITHUB_ACCESS_TOKEN }}
3636
PROVISIONING_PASSWORD: ${{ secrets.GPG_DECRYPT_PASSPHRASE }}

0 commit comments

Comments
 (0)