Skip to content

Commit ccd0169

Browse files
committed
feat(ci): run the create-release.sh
1 parent c70166d commit ccd0169

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
chmod +x scripts/run-tests.sh
4040
./scripts/run-tests.sh
4141
42+
- name: Generate zip file
43+
run: |
44+
chmod +x scripts/create-release.sh
45+
./scripts/create-release.sh
46+
4247
- name: Create Release
4348
uses: softprops/action-gh-release@v1
4449
with:

0 commit comments

Comments
 (0)