Skip to content

Commit 10cc312

Browse files
committed
fix latest any path
1 parent bdebdad commit 10cc312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ jobs:
449449
uses: google-github-actions/[email protected]
450450
with:
451451
path: /tmp/dist-artifacts-latest/${{ fromJSON(needs.ci.outputs.plugin).id }}-latest.zip
452-
destination: "${{ steps.paths.outputs.gcs_artifacts_release_base }}"
452+
destination: "${{ steps.paths.outputs.gcs_artifacts_release_path_latest }}"
453453
parent: false
454454
process_gcloudignore: false
455455

0 commit comments

Comments
 (0)