Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjspijker <j.spijker@ultimaker.com>2022-11-13 15:48:46 +0300
committerjspijker <j.spijker@ultimaker.com>2022-11-13 15:48:46 +0300
commit00f83dd3f8b95a93b65ce862c433300835473a17 (patch)
tree91384c6dbd0471244b3ef0129a31695ddafd3f8d
parentb161a8ed941ab51e5c14683fbff2c79cb92d0729 (diff)
Store the log and build artifactsmain
-rw-r--r--.github/workflows/conan-package-create.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/workflows/conan-package-create.yml b/.github/workflows/conan-package-create.yml
index 4a100029ec..459d65c8e3 100644
--- a/.github/workflows/conan-package-create.yml
+++ b/.github/workflows/conan-package-create.yml
@@ -158,3 +158,17 @@ jobs:
- name: Upload the Package(s) community
if: ${{ always() && inputs.conan_upload_community == true }}
run: conan upload "*" -r cura-ce -c
+
+ - name: Upload the log and build artifacts
+ if: always()
+ uses: actions/upload-artifact@v3
+ with:
+ name: log-${{ inputs.runs_on }}-${{ runner.arch }}
+ path: |
+ buildinfo.json
+ conan.lock
+ conanbuildinfo.txt
+ conaninfo.txt
+ graph_info.json
+ build/**
+ retention-days: 1