We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdebdad commit 10cc312Copy full SHA for 10cc312
.github/workflows/cd.yml
@@ -449,7 +449,7 @@ jobs:
449
uses: google-github-actions/[email protected]
450
with:
451
path: /tmp/dist-artifacts-latest/${{ fromJSON(needs.ci.outputs.plugin).id }}-latest.zip
452
- destination: "${{ steps.paths.outputs.gcs_artifacts_release_base }}"
+ destination: "${{ steps.paths.outputs.gcs_artifacts_release_path_latest }}"
453
parent: false
454
process_gcloudignore: false
455
0 commit comments