Skip to content

Commit 0b90c1e

Browse files
committed
Sett path for artifact download
1 parent e050c7a commit 0b90c1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main-v3.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
- uses: actions/download-artifact@v4
6565
with:
6666
name: app-dist
67+
path: dist
6768
- name: Upload to CDN dev path
6869
uses: nais/deploy/actions/cdn-upload/v2@master
6970
with:
@@ -87,6 +88,7 @@ jobs:
8788
- uses: actions/download-artifact@v4
8889
with:
8990
name: app-dist
91+
path: dist
9092
- name: Upload to CDN prod path
9193
uses: nais/deploy/actions/cdn-upload/v2@master
9294
with:

0 commit comments

Comments
 (0)