mirror of
https://github.com/docker/compose.git
synced 2025-07-27 07:34:10 +02:00
Merge pull request #1768 from ndeloof/binary_license
include packaging LICENSE in release
This commit is contained in:
commit
21a4af34f7
3
.github/workflows/cli-release.yaml
vendored
3
.github/workflows/cli-release.yaml
vendored
@ -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/*"
|
||||
|
3
.github/workflows/plugin-release.yaml
vendored
3
.github/workflows/plugin-release.yaml
vendored
@ -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/*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user