File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -359,6 +359,7 @@ jobs:
359
359
name : vector-${{ env.VECTOR_VERSION }}-x86_64-pc-windows-msvc
360
360
path : target/artifacts/vector*
361
361
362
+
362
363
download-artifacts :
363
364
name : Download Artifacts
364
365
runs-on : ubuntu-20.04
@@ -385,14 +386,15 @@ jobs:
385
386
- name : Download staged package artifacts (for ${{ matrix.architecture }})
386
387
uses : actions/download-artifact@v4
387
388
with :
388
- name : vector-${{ github.ref_name }}-${{ matrix.architecture }}
389
+ name : vector-${{ needs.generate-publish-metadata.outputs.vector_version }}-${{ matrix.architecture }}
389
390
path : target/artifacts
390
391
391
392
- name : Set output path for artifacts
392
393
id : output-path
393
394
run : echo "artifacts-path=target/artifacts" >> $GITHUB_OUTPUT
394
395
395
396
397
+
396
398
deb-verify :
397
399
name : Verify DEB Packages
398
400
runs-on : ubuntu-20.04
You can’t perform that action at this time.
0 commit comments