We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa29b27 commit 0b9a146Copy full SHA for 0b9a146
1 file changed
.github/workflows/kibot.yml
@@ -34,7 +34,7 @@ jobs:
34
echo "{SOURCE_TAG}=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
35
- name: Run Build
36
run: |
37
- ./build.sh
+ bash ./build.sh
38
- name: Upload KiBot Output
39
uses: actions/upload-artifact@v4
40
if: ${{success()}}
0 commit comments