Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 21a4af3

Browse files
authored
Merge pull request #1768 from ndeloof/binary_license
include packaging LICENSE in release
2 parents 3202ab9 + fdd2cd8 commit 21a4af3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/cli-release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Build
3333
run: make -f builder.Makefile cross
3434

35+
- name: License
36+
run: cp packaging/* bin/
37+
3538
- uses: ncipollo/release-action@v1
3639
with:
3740
artifacts: "bin/*"

.github/workflows/plugin-release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Build
3333
run: make -f builder.Makefile cross-compose-plugin
3434

35+
- name: License
36+
run: cp packaging/* bin/
37+
3538
- uses: ncipollo/release-action@v1
3639
with:
3740
artifacts: "bin/*"

0 commit comments

Comments
 (0)