Skip to content

Commit 0b9a146

Browse files
committed
Script isn't executable?
Doesn't help I'm on Windows I guess.
1 parent fa29b27 commit 0b9a146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kibot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "{SOURCE_TAG}=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
3535
- name: Run Build
3636
run: |
37-
./build.sh
37+
bash ./build.sh
3838
- name: Upload KiBot Output
3939
uses: actions/upload-artifact@v4
4040
if: ${{success()}}

0 commit comments

Comments
 (0)