We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a94c6e commit aa50deaCopy full SHA for aa50dea
.github/workflows/package-plugin.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Prepare plugin folder
16
run: |
17
mkdir webhookarm
18
- cp -r webhookarm.php readme.txt release.sh assets includes webhookarm/
+ cp -r *.php readme.txt assets LICENSE webhookarm/
19
20
- name: Zip it
21
run: zip -r webhookarm.zip webhookarm
webhookarm_appscript.gs renamed to assets/webhookarm_appscript.gs
0 commit comments