Skip to content

Commit de1dbc9

Browse files
author
3aa49ec6bfc910647fa1c5a013e48eef
committed
Update build-website.yaml: Zip build artifacts in root directory
1 parent 05a9b14 commit de1dbc9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-website.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ jobs:
3535
CI: true
3636

3737
- name: Zip Build Artifacts
38-
run: zip -r /website.zip build/website
39-
working-directory: src/website
38+
run: zip -r website.zip build/website
4039

4140
- name: Archive Production Artifact
4241
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)