Skip to content

Commit eda4fd3

Browse files
authored
[andr][ci] Fix more paths for release artifacts (#153)
1 parent 509b36e commit eda4fd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release_gh.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -197,13 +197,13 @@ jobs:
197197
name: Android Example Apps
198198
- uses: actions/download-artifact@v4
199199
with:
200-
name: capture-timber.zip
200+
name: capture-timber-${{ inputs.version }}.android.zip
201201
- uses: actions/download-artifact@v4
202202
with:
203-
name: capture-apollo3.zip
203+
name: capture-apollo3-${{ inputs.version }}.android.zip
204204
- uses: actions/download-artifact@v4
205205
with:
206-
name: capture-plugin.zip
206+
name: capture-plugin-${{ inputs.version }}.android.zip
207207
- name: Prepare Android artifacts
208208
run: ./ci/gh_prepare_android_artifacts.sh "$VERSION"
209209
env:

0 commit comments

Comments
 (0)