Skip to content

Commit 31a08c2

Browse files
Add step to download build artifacts in CI workflow
1 parent 76f8a66 commit 31a08c2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,12 @@ jobs:
8080
steps:
8181
- uses: actions/checkout@v4
8282

83+
- name: Download build artifacts
84+
uses: actions/download-artifact@v4
85+
with:
86+
name: build-artifacts
87+
path: dist/
88+
8389
- name: Set up Docker Buildx
8490
uses: docker/setup-buildx-action@v3
8591

0 commit comments

Comments
 (0)