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
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: https://git.kjan.de/actions/checkout@v4
|
||||
|
||||
- name: Hash west modules
|
||||
id: hash-west
|
||||
@ -33,7 +33,7 @@ jobs:
|
||||
echo "computed hash: $HASH"
|
||||
|
||||
- name: Cache west modules
|
||||
uses: actions/cache@v4
|
||||
uses: https://git.kjan.de/actions/cache@v4
|
||||
env:
|
||||
cache-name: cache-zephyr-modules
|
||||
with:
|
||||
@ -93,7 +93,7 @@ jobs:
|
||||
echo "computed hash: $HASH"
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: https://git.kjan.de/actions/upload-artifact@v3
|
||||
with:
|
||||
path: firmware/
|
||||
name: firmware
|
||||
|
Loading…
Reference in New Issue
Block a user