mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:19:05 +08:00
No log storing needed
This commit is contained in:
parent
065e785e90
commit
4675ef8784
14
.github/workflows/conan-package.yml
vendored
14
.github/workflows/conan-package.yml
vendored
@ -137,20 +137,6 @@ conan-recipe-version:
|
|||||||
conan upload "*" -r cura --all -c
|
conan upload "*" -r cura --all -c
|
||||||
conan upload "*" -r cura-ce -c
|
conan upload "*" -r cura-ce -c
|
||||||
|
|
||||||
- name: Upload the log and build artifacts
|
|
||||||
if: always()
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: log-ubuntu-${{ runner.arch }}
|
|
||||||
path: |
|
|
||||||
buildinfo.json
|
|
||||||
conan.lock
|
|
||||||
conanbuildinfo.txt
|
|
||||||
conaninfo.txt
|
|
||||||
graph_info.json
|
|
||||||
build/**
|
|
||||||
retention-days: 1
|
|
||||||
|
|
||||||
notify-create:
|
notify-create:
|
||||||
if: ${{ always() && (github.event_name == 'push' && (github.ref_name == 'main' || github.ref_name == 'master' || needs.conan-recipe-version.outputs.is_release_branch == 'true')) }}
|
if: ${{ always() && (github.event_name == 'push' && (github.ref_name == 'main' || github.ref_name == 'master' || needs.conan-recipe-version.outputs.is_release_branch == 'true')) }}
|
||||||
needs: [ conan-recipe-version, conan-package-create-linux ]
|
needs: [ conan-recipe-version, conan-package-create-linux ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user