From 97749d68b449109ba92f7225742f86af6b1e2df6 Mon Sep 17 00:00:00 2001 From: Miguel Juarez Lopez Date: Mon, 9 Dec 2024 23:04:14 -0500 Subject: [PATCH] [andr][ci] Fix more paths for release artifacts --- .github/workflows/release_gh.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release_gh.yaml b/.github/workflows/release_gh.yaml index fe5540cd..9f10bfa5 100644 --- a/.github/workflows/release_gh.yaml +++ b/.github/workflows/release_gh.yaml @@ -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: