Skip to content

Commit aa50dea

Browse files
committed
Fix file copying in release workflow and add Google Apps Script for WebHookARM
1 parent 9a94c6e commit aa50dea

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/package-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Prepare plugin folder
1616
run: |
1717
mkdir webhookarm
18-
cp -r webhookarm.php readme.txt release.sh assets includes webhookarm/
18+
cp -r *.php readme.txt assets LICENSE webhookarm/
1919
2020
- name: Zip it
2121
run: zip -r webhookarm.zip webhookarm
File renamed without changes.

0 commit comments

Comments
 (0)