Skip to content

Commit 80aa827

Browse files
committed
Use correct folder
1 parent edc7cb2 commit 80aa827

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/deploy-production.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
uses: actions/download-artifact@v4 # Retrieve the datasheets generated in the previous job
5959
with:
6060
name: datasheets
61+
path: static/resources/datasheets
6162

6263
- name: Debug datasheet list
6364
run: ls -lah static/resources/datasheets

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
uses: actions/download-artifact@v4 # Retrieve the datasheets generated in the previous job
5959
with:
6060
name: datasheets
61+
path: static/resources/datasheets
6162

6263
- name: Debug datasheet list
6364
run: ls -lah static/resources/datasheets

0 commit comments

Comments
 (0)