Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris McIntosh committed Mar 6, 2024
1 parent e6a4ab6 commit 657b8dd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,15 @@ jobs:
cat debian/rules
make clean distclean
make
pwd
ls -l
- uses: actions/upload-artifact@v4
with:
name: pve-qemu-kvm-dbgsym_8.1.5-3_amd64.deb
path: pve-qemu/pve-qemu-kvm-dbgsym_8.1.5-3_amd64.deb

- uses: actions/upload-artifact@v4
with:
name: pve-qemu-kvm_8.1.5-3_amd64.deb
path: pve-qemu/pve-qemu-kvm_8.1.5-3_amd64.deb

0 comments on commit 657b8dd

Please sign in to comment.