Store the log and build artifacts

This commit is contained in:
jspijker 2022-11-13 13:48:46 +01:00
parent b161a8ed94
commit 00f83dd3f8

View file

@ -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