This commit is contained in:
@@ -125,7 +125,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
/usr/bin/kicad-git-filters.py
|
||||
kibot -c kibot/yaml/kibot_pre_update_xml.yaml -d . --log kibot_run_xml.log
|
||||
kibot -vv -c kibot/yaml/kibot_pre_update_xml.yaml -d . --log kibot_run_xml.log
|
||||
|
||||
- name: Run KiBot (Preprocessing)
|
||||
shell: bash
|
||||
@@ -193,23 +193,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 Drawing Notes Log
|
||||
if: ${{ always() && env.kibot_stage != 'DRAFT' }}
|
||||
uses: christopherhx/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: log_file_notes
|
||||
path: kibot_run_notes.log
|
||||
|
||||
- name: Upload README Log
|
||||
if: ${{ always() && env.kibot_stage == 'DRAFT' }}
|
||||
uses: christopherhx/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: log_file_readme
|
||||
path: kibot_run_readme.log
|
||||
|
||||
Reference in New Issue
Block a user