Use new cache location

to gert ride of the old Ultimaker capitalized

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-07-19 08:03:45 +02:00 committed by jspijker
parent cf77f9073e
commit 9569e33b52
2 changed files with 5 additions and 7 deletions

View File

@ -72,7 +72,7 @@ jobs:
path: |
$HOME/.conan/data
$HOME/.conan/conan_download_cache
key: conan-${{ runner.os }}-${{ runner.arch }}
key: conan-${{ runner.os }}-${{ runner.arch }}-create-cache
- name: Cache Conan local repository packages (Powershell)
uses: actions/cache@v3
@ -82,7 +82,7 @@ jobs:
C:\Users\runneradmin\.conan\data
C:\.conan
C:\Users\runneradmin\.conan\conan_download_cache
key: conan-${{ runner.os }}-${{ runner.arch }}
key: conan-${{ runner.os }}-${{ runner.arch }}-create-cache
- name: Install MacOS system requirements
if: ${{ runner.os == 'Macos' }}

View File

@ -68,7 +68,7 @@ jobs:
uses: actions/cache@v3
with:
path: $HOME/.conan/data
key: ${{ runner.os }}-conan
key: ${{ runner.os }}-conan-export-cache
- name: Get Conan configuration from branch
if: ${{ inputs.conan_config_branch != '' }}
@ -100,7 +100,5 @@ jobs:
if: always()
run: |
# Only use --all (upload binaries) for the cura repository
conan upload "*@ultimaker/*" -r cura --all -c
conan upload "*@_/_" -r cura --all -c
conan upload "*@ultimaker/*" -r cura-ce -c
conan upload "*@_/_" -r cura-ce -c
conan upload "*" -r cura --all -c
conan upload "*" -r cura-ce -c