Browse Source

Add LICENSE file to release packages

pull/7/head
JuanLeon Lahoz 4 years ago
parent
commit
164915302e
  1. 1
      .github/workflows/release.yml

1
.github/workflows/release.yml

@ -114,5 +114,6 @@ jobs:
with:
files: |
${{ steps.package.outputs.PKG_PATH }}
LICENSE
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save