Update CI Script
Some checks failed
KiBot CI / test (push) Failing after 1m21s

This commit is contained in:
2026-03-09 16:56:10 -07:00
parent 74f299bf00
commit 198bbc722e

View File

@@ -207,23 +207,23 @@ jobs:
branch: ${{ github.ref_name }}
commit_message: '[bot]: Update Outputs'
- name: Upload XML Update Log
if: ${{ always() }}
uses: christopherhx/gitea-upload-artifact@v4
with:
name: log_file_xml
path: kibot_run_xml.log
- name: Upload Preprocessing Log
if: ${{ always() }}
uses: christopherhx/gitea-upload-artifact@v4
with:
name: log_file_preprocess
path: kibot_run_preprocess.log
- name: Upload KiBot Log
if: ${{ always() }}
uses: christopherhx/gitea-upload-artifact@v4
with:
name: log_file_kibot
path: ${{ env.kibot_log }}
- name: Upload Preprocessing Log
if: ${{ always() && env.kibot_stage != 'DRAFT' }}
uses: christopherhx/gitea-upload-artifact@v4
with:
name: log_file_preprocess
path: kibot_run_preprocess.log
- name: Upload XML Update Log
if: ${{ always() && env.kibot_stage == 'DRAFT' }}
uses: christopherhx/gitea-upload-artifact@v4
with:
name: log_file_xml
path: kibot_run_xml.log