Skip to content

Commit

Permalink
Update arduino-cli-builds.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongGino authored Sep 5, 2024
1 parent 46b5d43 commit c4c9578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arduino-cli-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@ jobs:
# TODO: when USB + Bluetooth is fixed, we won't need the Pico W method
- name: Upload artifact (Non-Pico W)
if: ${{ matrix.fqbn != 'rpipicow' }}
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4
with:
path: OpenFIREfw.${{ matrix.pretty }}.uf2
name: OpenFIREfw - ${{ matrix.name }}
if-no-files-found: error

- name: Upload artifact (Pico W)
if: ${{ matrix.fqbn == 'rpipicow' }}
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4
with:
path: OpenFIREfw.${{ matrix.pretty }}.uf2
name: OpenFIREfw - ${{ matrix.name }}
Expand Down

0 comments on commit c4c9578

Please sign in to comment.