We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c1e18 commit bdebdadCopy full SHA for bdebdad
.github/workflows/cd.yml
@@ -396,8 +396,6 @@ jobs:
396
cp -r /tmp/dist-artifacts /tmp/dist-artifacts-latest
397
# Replace the version with "latest" in the zip file name
398
find /tmp/dist-artifacts-latest -type f -exec bash -c 'mv "$1" "${1//${{ fromJSON(needs.ci.outputs.plugin).version }}/latest}"' _ {} \;
399
- # TODO: remove, debug
400
- ls -1 /tmp/dist-artifacts-latest
401
shell: bash
402
403
- name: Login to Google Cloud
0 commit comments