浏览代码

include packaging LICENSE in release

Signed-off-by: Nicolas De Loof <[email protected]>
Nicolas De Loof 4 年之前
父节点
当前提交
fdd2cd85d0
共有 2 个文件被更改,包括 6 次插入0 次删除
  1. 3 0
      .github/workflows/cli-release.yaml
  2. 3 0
      .github/workflows/plugin-release.yaml

+ 3 - 0
.github/workflows/cli-release.yaml

@@ -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 - 0
.github/workflows/plugin-release.yaml

@@ -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/*"