diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index aa75050..365f18a 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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