mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-15 07:56:58 +03:00
debug
This commit is contained in:
14
.github/workflows/build.yaml
vendored
14
.github/workflows/build.yaml
vendored
@@ -162,12 +162,8 @@ jobs:
|
|||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
./code/.pio/build/esp32cam/firmware.bin
|
|
||||||
./code/.pio/build/esp32cam/partitions.bin
|
|
||||||
./code/.pio/build/esp32cam/bootloader.bin
|
|
||||||
./sd-card/html/version.txt
|
|
||||||
./dist
|
./dist
|
||||||
key: ${{ github.run_number }}
|
key: ${{ github.run_number }}-dist
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -214,6 +210,13 @@ jobs:
|
|||||||
./dist
|
./dist
|
||||||
key: ${{ github.run_number }}
|
key: ${{ github.run_number }}
|
||||||
|
|
||||||
|
- name: Get generated files from cache
|
||||||
|
uses: actions/cache@v3
|
||||||
|
with:
|
||||||
|
path: |
|
||||||
|
./dist
|
||||||
|
key: ${{ github.run_number }}-dist
|
||||||
|
|
||||||
- name: Set Variables
|
- name: Set Variables
|
||||||
id: vars
|
id: vars
|
||||||
run: |
|
run: |
|
||||||
@@ -222,6 +225,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Prepare artifacts for release
|
- name: Prepare artifacts for release
|
||||||
run: |
|
run: |
|
||||||
|
ls -la ./dist
|
||||||
mkdir -p firmware
|
mkdir -p firmware
|
||||||
rm -rf firmware/*
|
rm -rf firmware/*
|
||||||
mkdir -p release
|
mkdir -p release
|
||||||
|
|||||||
Reference in New Issue
Block a user