mirror of
https://github.com/rzeldent/esp32cam-rtsp.git
synced 2025-11-18 05:58:01 +00:00
Updated platformio definitions
This commit is contained in:
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@@ -6,11 +6,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up python
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: '3.x'
|
||||
architecture: 'x64'
|
||||
submodules: 'true'
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.9'
|
||||
- name: Install PlatformIO
|
||||
run: python -m pip install platformio
|
||||
- name: Build firmware
|
||||
@@ -18,5 +19,5 @@ jobs:
|
||||
- name: Archive
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: firmware.bin
|
||||
name: firmwares.zip
|
||||
path: .pio/build/*/firmware.bin
|
||||
|
||||
Reference in New Issue
Block a user