Update .gitea/workflows/build.yaml
All checks were successful
Build / Build (push) Successful in 2m12s
All checks were successful
Build / Build (push) Successful in 2m12s
This commit is contained in:
parent
7881fb2996
commit
e17a76106d
@ -21,7 +21,7 @@ jobs:
|
|||||||
zip
|
zip
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: https://git.kjan.de/actions/checkout@v4
|
||||||
|
|
||||||
- name: Hash west modules
|
- name: Hash west modules
|
||||||
id: hash-west
|
id: hash-west
|
||||||
@ -33,7 +33,7 @@ jobs:
|
|||||||
echo "computed hash: $HASH"
|
echo "computed hash: $HASH"
|
||||||
|
|
||||||
- name: Cache west modules
|
- name: Cache west modules
|
||||||
uses: actions/cache@v4
|
uses: https://git.kjan.de/actions/cache@v4
|
||||||
env:
|
env:
|
||||||
cache-name: cache-zephyr-modules
|
cache-name: cache-zephyr-modules
|
||||||
with:
|
with:
|
||||||
@ -93,7 +93,7 @@ jobs:
|
|||||||
echo "computed hash: $HASH"
|
echo "computed hash: $HASH"
|
||||||
|
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: https://git.kjan.de/actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
path: firmware/
|
path: firmware/
|
||||||
name: firmware
|
name: firmware
|
||||||
|
Loading…
Reference in New Issue
Block a user