Skip to content

Commit ceff778

Browse files
Updated path for downloading artifacts.
1 parent f835bb3 commit ceff778

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -166,15 +166,6 @@ jobs:
166166
env:
167167
CONAN_USER_HOME: ${{ github.workspace }}
168168

169-
- name: Search Conan cache
170-
uses: ./.github/actions/shell
171-
with:
172-
commands: |
173-
ls -R
174-
cd ..
175-
echo "@@@@@@@@@@@@@@@@@@@@@@@@@@@"
176-
ls -R
177-
178169
- uses: actions/upload-artifact@v4
179170
with:
180171
name: ${{ matrix.config.name }}-${{ matrix.build_type }}
@@ -264,6 +255,16 @@ jobs:
264255
uses: actions/download-artifact@v4
265256
with:
266257
name: ${{ matrix.config.name }}-${{ matrix.build_type }}
258+
path: .conan/
259+
260+
- name: Search Conan cache
261+
uses: ./.github/actions/shell
262+
with:
263+
commands: |
264+
ls -R
265+
cd ..
266+
echo "@@@@@@@@@@@@@@@@@@@@@@@@@@@"
267+
ls -R
267268
268269
- name: Upload Conan Package
269270
uses: ./.github/actions/shell

0 commit comments

Comments
 (0)