Skip to content

Commit

Permalink
fix renaming apollo zip during build
Browse files Browse the repository at this point in the history
  • Loading branch information
snowp committed Dec 9, 2024
1 parent f29aaed commit 3f168d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_gh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
with:
sha: ${{ inputs.sha }}
secrets: inherit
build-android-capture-timber:
build-android-integrations:
name: Build Capture Timber
needs: ["verify-version"]
permissions:
Expand All @@ -172,7 +172,7 @@ jobs:
"build-android-macos-x86_64",
"build-android-macos-arm64",
"build-android-example-apps",
"build-android-capture-timber",
"build-android-integrations",
]
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions ci/gh_prepare_android_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ function prepare_capture_plugin() {
prepare_capture_sdk
prepare_capture_timber
prepare_capture_plugin
prepare_capture_apollo3

0 comments on commit 3f168d3

Please sign in to comment.