Skip to content

Commit

Permalink
👷 Enable upload for all profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Khalil Estell authored and kammce committed Jul 16, 2023
1 parent b3bd42f commit 2b69b03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,36 +22,42 @@ jobs:
uses: libhal/ci/.github/workflows/[email protected]
with:
profile: cortex-m0
upload: true
secrets: inherit

cortex-m0plus:
uses: libhal/ci/.github/workflows/[email protected]
with:
profile: cortex-m0plus
upload: true
secrets: inherit

cortex-m1:
uses: libhal/ci/.github/workflows/[email protected]
with:
profile: cortex-m1
upload: true
secrets: inherit

cortex-m3:
uses: libhal/ci/.github/workflows/[email protected]
with:
profile: cortex-m3
upload: true
secrets: inherit

cortex-m4:
uses: libhal/ci/.github/workflows/[email protected]
with:
profile: cortex-m4
upload: true
secrets: inherit

cortex-m4f:
uses: libhal/ci/.github/workflows/[email protected]
with:
profile: cortex-m4f
upload: true
secrets: inherit

release:
Expand Down

0 comments on commit 2b69b03

Please sign in to comment.