Skip to content

Commit a7bad31

Browse files
Adding file copy
1 parent bcbc94c commit a7bad31

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/buildandrelease.yml

+3
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,8 @@ jobs:
3131
- name: Compile with Grunt
3232
run: npx gulp build
3333

34+
- name: Copy files to dist folder
35+
run: cp widgets.js dist/widgets.js && cp buttons.js dist/buttons.js
36+
3437
- name: Output Directory
3538
run: cd dist && ls

0 commit comments

Comments
 (0)