include packaging LICENSE in release

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2021-06-09 15:47:13 +02:00
parent b0a66356e0
commit fdd2cd85d0
No known key found for this signature in database
GPG Key ID: 9858809D6F8F6E7E
2 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,9 @@ jobs:
- name: Build
run: make -f builder.Makefile cross
- name: License
run: cp packaging/* bin/
- uses: ncipollo/release-action@v1
with:
artifacts: "bin/*"

View File

@ -32,6 +32,9 @@ jobs:
- name: Build
run: make -f builder.Makefile cross-compose-plugin
- name: License
run: cp packaging/* bin/
- uses: ncipollo/release-action@v1
with:
artifacts: "bin/*"