We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4286d commit cde2ec4Copy full SHA for cde2ec4
1 file changed
.github/workflows/ci.yaml
@@ -512,7 +512,7 @@ jobs:
512
- name: Download the artifact
513
uses: actions/download-artifact@v4
514
with:
515
- name: ansible-extension-build-${{ github.event.number || github.ref_name }}.zip
+ name: ansible-extension-build-${{ github.event.number || github.run_id }}.zip
516
517
- name: Attach vsix to Github release
518
# cspell: ignore softprops
@@ -548,7 +548,7 @@ jobs:
548
549
550
551
- name: "@ansible-ansible-language-server-build-${{ github.event.number || github.ref_name }}.tgz"
+ name: "@ansible-ansible-language-server-build-${{ github.event.number || github.run_id }}.tgz"
552
553
# Setup .npmrc file to publish to npm
554
- uses: actions/setup-node@v4
0 commit comments