Skip to content

Commit d744872

Browse files
committed
nightly: Call tools/cross-compile.sh with nightly as argument
1 parent a9c359a commit d744872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-tags: true
2626

2727
- name: Build
28-
run: tools/cross-compile.sh
28+
run: tools/cross-compile.sh nightly
2929

3030
- name: Tag
3131
uses: rickstaa/action-create-tag@v1

0 commit comments

Comments
 (0)