Skip to content

Commit

Permalink
Copy firmware files to build assets
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas committed Jan 12, 2024
1 parent bb30b54 commit aae1950
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,15 @@ jobs:
- name: ⬇️ Download artifacts
uses: actions/[email protected]
with:
# pattern: ${{ env.FIRMWARES }}
path: repository

- name: 🗂️ Copy firmware files to build assets
run: |
for firmware in $FIRMWARES; do
cp -R repository/$firmware docs/static
done
- name: Display structure of downloaded artifact
run: ls -R
# - name: 🗂️ Copy firmware files to build assets
# run: cp -R repository/* docs/static

# - name: 🏗️ Set up Node.js
# uses: actions/[email protected]
Expand Down

0 comments on commit aae1950

Please sign in to comment.