Skip to content

Commit 4d8205c

Browse files
committed
Remove create-marketplace-package job
1 parent c907640 commit 4d8205c

File tree

2 files changed

+1
-37
lines changed

2 files changed

+1
-37
lines changed

.github/workflows/create-marketplace-package.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

create_package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
zip -r "app.zip" ./* \
2+
zip -vr "app.zip" ./* \
33
-x "app.zip" \
44
-x "*.DS_Store" \
55
-x ".git/*" \

0 commit comments

Comments
 (0)