Skip to content

Commit

Permalink
debug info, to be reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Jan 10, 2025
1 parent ff6809b commit 2f5b3ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,8 @@ jobs:
with:
name: vector-${{ env.VECTOR_VERSION }}-${{ matrix.architecture }}
path: target/artifacts

- name: List downloaded artifacts
run: ls -R target/artifacts
- name: Set output path for artifacts
id: output-path
run: echo "artifacts-path=target/artifacts" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -449,6 +450,8 @@ jobs:
ref: ${{ inputs.git_ref }}
- name: Verify install of DEB package.
run: |
pwd
ls -R target/
DEB_PACKAGE_PATH="${{ needs.download-artifacts.outputs.artifacts-path }}/vector_${{ env.VECTOR_VERSION }}-1_amd64.deb"
echo "Verifying DEB package at: $DEB_PACKAGE_PATH"
./scripts/verify-install.sh "$DEB_PACKAGE_PATH"
Expand Down

0 comments on commit 2f5b3ac

Please sign in to comment.