Skip to content

Commit

Permalink
Update from base builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Sep 15, 2024
1 parent 199c33f commit 7bca955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: |
dragonflybsd-${{ matrix.os }}.qcow2.xz*
dragonflybsd-${{ matrix.os }}.qcow2.zst*
dragonflybsd-${{ matrix.os }}-id_rsa.pub
dragonflybsd-${{ matrix.os }}-host.id_rsa
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ fi


echo "VM image size immediately after install:"
ls -lh ${osname}.qcow2
ls -lh


start_and_wait() {
Expand Down

0 comments on commit 7bca955

Please sign in to comment.