Skip to content

Commit

Permalink
More formatting tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Oct 26, 2022
1 parent 073aa7c commit c1c1c21
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions .github/workflows/build-balena-disk-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,24 @@ jobs:
fi
- name: Download image
run: balena os \
download "$BALENA_IMAGE" \
--output "$BALENA_IMAGE.img" \
--version default
run: |
balena os \
download "$BALENA_IMAGE" \
--output "$BALENA_IMAGE.img" \
--version default
- name: Preload image
run: balena preload \
"$BALENA_IMAGE.img" \
--fleet screenly_ose/screenly-ose-${{ matrix.board }} \
--commit latest
run: |
balena preload \
"$BALENA_IMAGE.img" \
--fleet screenly_ose/screenly-ose-${{ matrix.board }} \
--commit latest
- name: Zip image
run: zip -9 \
"$BALENA_IMAGE.zip" \
"$BALENA_IMAGE.img"
run: |
zip -9 \
"$BALENA_IMAGE.zip" \
"$BALENA_IMAGE.img"
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit c1c1c21

Please sign in to comment.