Skip to content

Commit 01c6a40

Browse files
committed
fix download path
1 parent 68008a3 commit 01c6a40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ jobs:
359359
name: vector-${{ env.VECTOR_VERSION }}-x86_64-pc-windows-msvc
360360
path: target/artifacts/vector*
361361

362+
362363
download-artifacts:
363364
name: Download Artifacts
364365
runs-on: ubuntu-20.04
@@ -385,14 +386,15 @@ jobs:
385386
- name: Download staged package artifacts (for ${{ matrix.architecture }})
386387
uses: actions/download-artifact@v4
387388
with:
388-
name: vector-${{ github.ref_name }}-${{ matrix.architecture }}
389+
name: vector-${{ needs.generate-publish-metadata.outputs.vector_version }}-${{ matrix.architecture }}
389390
path: target/artifacts
390391

391392
- name: Set output path for artifacts
392393
id: output-path
393394
run: echo "artifacts-path=target/artifacts" >> $GITHUB_OUTPUT
394395

395396

397+
396398
deb-verify:
397399
name: Verify DEB Packages
398400
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)