Skip to content

Commit 88b4da7

Browse files
committed
fix(workflow): fix issue with creating ZIP
1 parent a75a303 commit 88b4da7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
fi
5151
5252
mkdir "common"
53-
cp -r src "common/"
53+
cp -r src/* "common/"
5454
5555
- name: 5️⃣ Create ZIP archive
5656
shell: bash

0 commit comments

Comments
 (0)