Skip to content

Commit

Permalink
Update build-deploy-webflash.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
witnessmenow authored Oct 1, 2023
1 parent 1f1d045 commit 5f0c67d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy-webflash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
# Copy compiled binaries that were exported by the `-e` flag in the arduino/compile-sketches task
# Maintain folder structure, for cases where we are compiling for multiple board versions
# If we were sure that we would never need to compile for anything other then esp32:esp32:esp32, we could have used this command instead: cp -r OpenMacroRail_Arduino/build/esp32.esp32.esp32/*.bin GitHubPages/ESPWebTools/esp32Firmware
cd F1-Notifications/build
cd SpotifyDiyThing/build
find . -print | grep -i .bin$ | xargs -i cp --parent {} ../../GitHubPages/ESPWebTools/cyd
cd ../..
Expand Down Expand Up @@ -113,4 +113,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2

0 comments on commit 5f0c67d

Please sign in to comment.