This commit is contained in:
@@ -207,23 +207,23 @@ jobs:
|
|||||||
branch: ${{ github.ref_name }}
|
branch: ${{ github.ref_name }}
|
||||||
commit_message: '[bot]: Update Outputs'
|
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
|
- name: Upload KiBot Log
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
uses: christopherhx/gitea-upload-artifact@v4
|
uses: christopherhx/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: log_file_kibot
|
name: log_file_kibot
|
||||||
path: ${{ env.kibot_log }}
|
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user