Skip to content

Commit 8020dc4

Browse files
committed
.github: include license file in tarballs
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 787e102 commit 8020dc4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
- name: Prepare Artifact
6161
run: |
6262
cd output
63+
cp ../COPYING images/
6364
mv images ${{ steps.vars.outputs.dir }}
6465
ln -s ${{ steps.vars.outputs.dir }} images
6566
tar chfz ${{ steps.vars.outputs.tgz }} ${{ steps.vars.outputs.dir }}
@@ -105,6 +106,7 @@ jobs:
105106
tar xf ${file}
106107
rm -f ${file}
107108
mv ${fn}/rootfs-oci ${name}-oci-${arch}${SFX}
109+
mv ${fn}/COPYING ${name}-oci-${arch}${SFX}/
108110
rm -rf -- ${name}-oci-${arch}${SFX}/.[!.]*
109111
tar cfz ${name}-oci-${arch}${SFX}.tar.gz ${name}-oci-${arch}${SFX}
110112
done

0 commit comments

Comments
 (0)