Skip to content

Commit

Permalink
Move files to root
Browse files Browse the repository at this point in the history
  • Loading branch information
spuder committed Nov 5, 2024
1 parent 8bbf069 commit 652d148
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,11 @@ jobs:
run: |
rm -rf artifacts/manifest.json
rm -rf artfacts/openspool-*
cp -R downloaded-artifacts/* artifacts
cp downloaded-artifacts/manifest.json artifacts/
cp downloaded-artifacts/openspool-esp32/*.bin artifacts/
cp downloaded-artifacts/openspool-esp32/*.md5 artifacts/
cp downloaded-artifacts/openspool-esp32s2/*.bin artifacts/
cp downloaded-artifacts/openspool-esp32s2/*.md5 artifacts/
ls -al artifacts
- name: Combine manifests
Expand Down

0 comments on commit 652d148

Please sign in to comment.