Skip to content

Commit 2b69b03

Browse files
Khalil Estellkammce
authored andcommitted
👷 Enable upload for all profiles
1 parent b3bd42f commit 2b69b03

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,36 +22,42 @@ jobs:
2222
uses: libhal/ci/.github/workflows/platform_deploy.yml@4.0.1
2323
with:
2424
profile: cortex-m0
25+
upload: true
2526
secrets: inherit
2627

2728
cortex-m0plus:
2829
uses: libhal/ci/.github/workflows/platform_deploy.yml@4.0.1
2930
with:
3031
profile: cortex-m0plus
32+
upload: true
3133
secrets: inherit
3234

3335
cortex-m1:
3436
uses: libhal/ci/.github/workflows/platform_deploy.yml@4.0.1
3537
with:
3638
profile: cortex-m1
39+
upload: true
3740
secrets: inherit
3841

3942
cortex-m3:
4043
uses: libhal/ci/.github/workflows/platform_deploy.yml@4.0.1
4144
with:
4245
profile: cortex-m3
46+
upload: true
4347
secrets: inherit
4448

4549
cortex-m4:
4650
uses: libhal/ci/.github/workflows/platform_deploy.yml@4.0.1
4751
with:
4852
profile: cortex-m4
53+
upload: true
4954
secrets: inherit
5055

5156
cortex-m4f:
5257
uses: libhal/ci/.github/workflows/platform_deploy.yml@4.0.1
5358
with:
5459
profile: cortex-m4f
60+
upload: true
5561
secrets: inherit
5662

5763
release:

0 commit comments

Comments
 (0)