We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef87ee commit eef689cCopy full SHA for eef689c
1 file changed
.github/workflows/build.yaml
@@ -185,7 +185,12 @@ jobs:
185
- name: Download all artifacts
186
uses: actions/download-artifact@v4
187
with:
188
- path: dist/
+ path: artifacts/
189
+
190
+ - name: Prepare files for distribution
191
+ run: |
192
+ mkdir -p dist/
193
+ cp -r artifacts/*/* dist/
194
195
- name: Deploy to Github Pages
196
if: "github.ref_name == 'master' || github.ref_type == 'tag'"
0 commit comments