File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -512,7 +512,7 @@ jobs:
512512 - name : Download the artifact
513513 uses : actions/download-artifact@v4
514514 with :
515- name : ansible-extension-build-${{ github.event.number || github.ref_name }}.zip
515+ name : ansible-extension-build-${{ github.event.number || github.run_id }}.zip
516516
517517 - name : Attach vsix to Github release
518518 # cspell: ignore softprops
@@ -548,7 +548,7 @@ jobs:
548548 - name : Download the artifact
549549 uses : actions/download-artifact@v4
550550 with :
551- name : " @ansible-ansible-language-server-build-${{ github.event.number || github.ref_name }}.tgz"
551+ name : " @ansible-ansible-language-server-build-${{ github.event.number || github.run_id }}.tgz"
552552
553553 # Setup .npmrc file to publish to npm
554554 - uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments