Skip to content

Commit cde2ec4

Browse files
authored
Change github.ref_name to github.run_id for download-artifact (#2105)
1 parent cc4286d commit cde2ec4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)