Skip to content

Commit

Permalink
add logic to merge artifacts into 1 folder
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderDevisscher committed Jan 13, 2025
1 parent 863636e commit 7492ecf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/get_occ_cube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ jobs:
- name: download queries
uses: actions/download-artifact@v4
with:
path: ./data/interim/cube_queries/*
path: ./data/interim/cube_queries/
merge-multiple: true #to make sure artifacts are downloaded into correct folder and not /artifact-name

- name: download cubes
run: |
Expand Down

0 comments on commit 7492ecf

Please sign in to comment.