Skip to content

Commit

Permalink
[andr][ci] Fix more paths for release artifacts (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
murki authored Dec 10, 2024
1 parent 509b36e commit eda4fd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_gh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,13 @@ jobs:
name: Android Example Apps
- uses: actions/download-artifact@v4
with:
name: capture-timber.zip
name: capture-timber-${{ inputs.version }}.android.zip
- uses: actions/download-artifact@v4
with:
name: capture-apollo3.zip
name: capture-apollo3-${{ inputs.version }}.android.zip
- uses: actions/download-artifact@v4
with:
name: capture-plugin.zip
name: capture-plugin-${{ inputs.version }}.android.zip
- name: Prepare Android artifacts
run: ./ci/gh_prepare_android_artifacts.sh "$VERSION"
env:
Expand Down

0 comments on commit eda4fd3

Please sign in to comment.