Skip to content

Commit eef689c

Browse files
committed
CI: Try fix file prefix on builds
1 parent 3ef87ee commit eef689c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,12 @@ jobs:
185185
- name: Download all artifacts
186186
uses: actions/download-artifact@v4
187187
with:
188-
path: dist/
188+
path: artifacts/
189+
190+
- name: Prepare files for distribution
191+
run: |
192+
mkdir -p dist/
193+
cp -r artifacts/*/* dist/
189194
190195
- name: Deploy to Github Pages
191196
if: "github.ref_name == 'master' || github.ref_type == 'tag'"

0 commit comments

Comments
 (0)