mirror of https://github.com/docker/compose.git
include packaging LICENSE in release
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
b0a66356e0
commit
fdd2cd85d0
|
@ -32,6 +32,9 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make -f builder.Makefile cross
|
run: make -f builder.Makefile cross
|
||||||
|
|
||||||
|
- name: License
|
||||||
|
run: cp packaging/* bin/
|
||||||
|
|
||||||
- uses: ncipollo/release-action@v1
|
- uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
artifacts: "bin/*"
|
artifacts: "bin/*"
|
||||||
|
|
|
@ -32,6 +32,9 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make -f builder.Makefile cross-compose-plugin
|
run: make -f builder.Makefile cross-compose-plugin
|
||||||
|
|
||||||
|
- name: License
|
||||||
|
run: cp packaging/* bin/
|
||||||
|
|
||||||
- uses: ncipollo/release-action@v1
|
- uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
artifacts: "bin/*"
|
artifacts: "bin/*"
|
||||||
|
|
Loading…
Reference in New Issue