mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-16 22:10:26 +00:00
nightly: Call tools/cross-compile.sh with nightly as argument
This commit is contained in:
parent
a9c359a719
commit
d744872f4c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nightly.yaml
vendored
2
.github/workflows/nightly.yaml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
fetch-tags: true
|
||||
|
||||
- name: Build
|
||||
run: tools/cross-compile.sh
|
||||
run: tools/cross-compile.sh nightly
|
||||
|
||||
- name: Tag
|
||||
uses: rickstaa/action-create-tag@v1
|
||||
|
|
|
|||
Loading…
Reference in a new issue