forked from external-repos/esp32cam-rtsp
Update main.yml
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -11,8 +11,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
architecture: 'x64'
|
architecture: 'x64'
|
||||||
- name: Show python version
|
|
||||||
run: python --version
|
|
||||||
- name: Install PlatformIO
|
- name: Install PlatformIO
|
||||||
run: python -m pip install platformio
|
run: python -m pip install platformio
|
||||||
- name: Build firmware
|
- name: Build firmware
|
||||||
@@ -20,5 +18,5 @@ jobs:
|
|||||||
- name: Archive
|
- name: Archive
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: firmware
|
name: firmware.bin
|
||||||
path: .pio/build/*/firmware.bin
|
path: .pio/build/*/firmware.bin
|
||||||
|
|||||||
Reference in New Issue
Block a user