Skip to content

Commit

Permalink
Remove create-marketplace-package job
Browse files Browse the repository at this point in the history
  • Loading branch information
SMadani committed Nov 7, 2024
1 parent c907640 commit 4d8205c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/create-marketplace-package.yml

This file was deleted.

2 changes: 1 addition & 1 deletion create_package.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
zip -r "app.zip" ./* \
zip -vr "app.zip" ./* \
-x "app.zip" \
-x "*.DS_Store" \
-x ".git/*" \
Expand Down

0 comments on commit 4d8205c

Please sign in to comment.