mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 15:15:56 +08:00
Store the log and build artifacts
This commit is contained in:
parent
b161a8ed94
commit
00f83dd3f8
14
.github/workflows/conan-package-create.yml
vendored
14
.github/workflows/conan-package-create.yml
vendored
@ -158,3 +158,17 @@ jobs:
|
|||||||
- name: Upload the Package(s) community
|
- name: Upload the Package(s) community
|
||||||
if: ${{ always() && inputs.conan_upload_community == true }}
|
if: ${{ always() && inputs.conan_upload_community == true }}
|
||||||
run: conan upload "*" -r cura-ce -c
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user