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
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue