Skip to content

Commit

Permalink
Fix: No test ensured binaries copied to .deb
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Jun 18, 2024
1 parent 7cd4c15 commit e48ca5a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-deb-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ jobs:
cd packaging && make ${{ matrix.make_target }} && cd ..
ls packaging/target
- name: Ensure that the relevant files are present in the package
run: |
dpkg --contents packaging/target/${{ matrix.artifact_name }} | grep /opt/kubo/ipfs
dpkg --contents packaging/target/${{ matrix.artifact_name }} | grep /opt/firecracker/firecracker
dpkg --contents packaging/target/${{ matrix.artifact_name }} | grep /opt/firecracker/jailer
dpkg --contents packaging/target/${{ matrix.artifact_name }} | grep /opt/firecracker/vmlinux.bin
dpkg --contents packaging/target/${{ matrix.artifact_name }} | grep /opt/sevctl
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.artifact_name }}
Expand Down

0 comments on commit e48ca5a

Please sign in to comment.