Skip to content

Commit 45bb488

Browse files
committed
Merge branch 'main' into camera-streamer
2 parents c87999d + 574ccc0 commit 45bb488

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/custopize.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828

2929
- name: "⬇ Checkout"
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131

3232
- name: "🔎 Determine OctoPi version"
3333
uses: actions/github-script@v6
@@ -217,6 +217,7 @@ jobs:
217217
image_size: ${{ steps.package-image.outputs.image_size }}
218218
zip_sha256: ${{ steps.package-image.outputs.zip_sha256 }}
219219
zip_size: ${{ steps.package-image.outputs.zip_size }}
220+
devices: "pi4-32bit,pi3-32bit,pi2-32bit,pi1-32bit"
220221

221222
- name: "🔖 Create release & attach assets"
222223
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)