Skip to content

Commit 166746e

Browse files
committed
Fix indent
1 parent 8613e96 commit 166746e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
- name: List output files
2525
run: |
2626
ls -l
27-
- name: Upload Artifacts
28-
uses: actions/upload-artifact@v4
29-
with:
30-
name: openspool-esp32s2-${{ github.sha }}
31-
path: |
32-
openspool-esp32s2/*.bin
33-
openspool-esp32s2/manifest.json
34-
retention-days: 90
27+
- name: Upload Artifacts
28+
uses: actions/upload-artifact@v4
29+
with:
30+
name: openspool-esp32s2-${{ github.sha }}
31+
path: |
32+
openspool-esp32s2/*.bin
33+
openspool-esp32s2/manifest.json
34+
retention-days: 90
3535
- name: Store Latest Commit Indefinitely
3636
uses: actions/upload-artifact@v4
3737
with:

0 commit comments

Comments
 (0)