Skip to content

Commit

Permalink
fix: copy Bindings.xml to output
Browse files Browse the repository at this point in the history
Fixes #738
  • Loading branch information
Sidoine committed Dec 15, 2020
1 parent 02063c3 commit 926420b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -44,7 +44,9 @@ jobs:
run: yarn prepare -i

- name: Copy README.md
run: cp *.md dist
run: |
cp *.md dist
cp Bindings.xml dist
- name: Archive production artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 926420b

Please sign in to comment.