upload-artifact
This commit is contained in:
parent
d1e70072fc
commit
2569430100
|
@ -25,7 +25,21 @@ jobs:
|
||||||
cd testhal/AT32/AT32F4xx/USB_CDC_IAD
|
cd testhal/AT32/AT32F4xx/USB_CDC_IAD
|
||||||
make -j
|
make -j
|
||||||
|
|
||||||
|
- name: Attach USB_CDC_IAD
|
||||||
|
if: always()
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: USB_CDC_IAD binaries
|
||||||
|
path: testhal/AT32/AT32F4xx/USB_CDC_IAD/build/ch*.*
|
||||||
|
|
||||||
- name: 2. Compile AT32F435 demo
|
- name: 2. Compile AT32F435 demo
|
||||||
run: |
|
run: |
|
||||||
cd demos/STM32/RT-AT32F435-ARTERY144
|
cd demos/STM32/RT-AT32F435-ARTERY144
|
||||||
make -j
|
make -j
|
||||||
|
|
||||||
|
- name: Attach RT-AT32F435-ARTERY144
|
||||||
|
if: always()
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: RT-AT32F435-ARTERY144 binaries
|
||||||
|
path: demos/STM32/RT-AT32F435-ARTERY144/build/ch*.*
|
||||||
|
|
Loading…
Reference in New Issue