Skip to content

Commit

Permalink
Fix wrong deploy branch android
Browse files Browse the repository at this point in the history
  • Loading branch information
edo9300 committed Jul 9, 2024
1 parent 7d79b28 commit 3c43bfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ygopro-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@ jobs:
include:
- ndk-version: 21.4.7075529
deploy-branch: travis-core-android
- docker-image: 16.1.4479499
- ndk-version: 16.1.4479499
deploy-branch: travis-core-android-ndk-16
- docker-image: 26.1.10909125
- ndk-version: 26.1.10909125
deploy-branch: travis-core-android-ndk-26
env:
DEPLOY_BRANCH: ${{ matrix.deploy-branch }}
Expand Down

0 comments on commit 3c43bfd

Please sign in to comment.