This commit is contained in:
28
.github/workflows/main.yml
vendored
28
.github/workflows/main.yml
vendored
@@ -9,16 +9,22 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Compile firmware
|
- name: Compile firmware
|
||||||
run: |
|
run: |
|
||||||
chmod +x compile-with-docker.sh
|
chmod +x compile-with-docker.sh
|
||||||
./compile-with-docker.sh custom
|
./compile-with-docker.sh custom
|
||||||
|
|
||||||
- name: Upload firmware artifact
|
- name: Debug files
|
||||||
uses: actions/upload-artifact@v4
|
run: ls -lah
|
||||||
with:
|
|
||||||
name: firmware-artifact
|
- name: Debug compiled firmware
|
||||||
path: compiled-firmware/*
|
run: ls -lah compiled-firmware
|
||||||
|
|
||||||
|
- name: Upload firmware artifact
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: firmware-artifact
|
||||||
|
path: compiled-firmware/*
|
||||||
|
Reference in New Issue
Block a user