Skip to content

Commit

Permalink
Fix: no colon ":" allowed in artefact name.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger authored Feb 5, 2024
1 parent 0752e03 commit b533012
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@ jobs:
platforms: |
- name: rp2040:rp2040
source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
artifact-name-suffix: rp2040:arduino_nano_connect
artifact-name-suffix: rp2040-arduino-nano-connect
- fqbn: rp2040:rp2040:rpipico
platforms: |
- name: rp2040:rp2040
source-url: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
artifact-name-suffix: rp2040:rpipico
artifact-name-suffix: rp2040-rpipico
- fqbn: arduino:renesas_portenta:portenta_c33
platforms: |
- name: arduino:renesas_portenta
artifact-name-suffix: renesas_portenta:portenta_c33
artifact-name-suffix: renesas-portenta-portenta-c33
- fqbn: arduino:renesas_uno:minima
platforms: |
- name: arduino:renesas_uno
artifact-name-suffix: renesas_uno:minima
artifact-name-suffix: renesas-uno-minima

steps:
- name: Checkout
Expand Down

0 comments on commit b533012

Please # to comment.