We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8613e96 commit 166746eCopy full SHA for 166746e
.github/workflows/build.yaml
@@ -24,14 +24,14 @@ jobs:
24
- name: List output files
25
run: |
26
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
+ - name: Upload Artifacts
+ uses: actions/upload-artifact@v4
+ with:
+ name: openspool-esp32s2-${{ github.sha }}
+ path: |
+ openspool-esp32s2/*.bin
+ openspool-esp32s2/manifest.json
+ retention-days: 90
35
- name: Store Latest Commit Indefinitely
36
uses: actions/upload-artifact@v4
37
with:
0 commit comments