Skip to content

Commit 9aa75c8

Browse files
committed
Update build.yml
1 parent 9225cbd commit 9aa75c8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ jobs:
7171
7272
- name: Create distributable zip
7373
run: |
74-
zip -r "../$ZIP_NAME" bundle/*
74+
cd $OUT_DIR
75+
zip -r "../$ZIP_NAME" *
76+
cd -
7577
7678
- name: Upload artifact (CI)
7779
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)