Skip to content

Commit

Permalink
.github: include license file in tarballs
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Apr 8, 2024
1 parent 787e102 commit 8020dc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- name: Prepare Artifact
run: |
cd output
cp ../COPYING images/
mv images ${{ steps.vars.outputs.dir }}
ln -s ${{ steps.vars.outputs.dir }} images
tar chfz ${{ steps.vars.outputs.tgz }} ${{ steps.vars.outputs.dir }}
Expand Down Expand Up @@ -105,6 +106,7 @@ jobs:
tar xf ${file}
rm -f ${file}
mv ${fn}/rootfs-oci ${name}-oci-${arch}${SFX}
mv ${fn}/COPYING ${name}-oci-${arch}${SFX}/
rm -rf -- ${name}-oci-${arch}${SFX}/.[!.]*
tar cfz ${name}-oci-${arch}${SFX}.tar.gz ${name}-oci-${arch}${SFX}
done
Expand Down

0 comments on commit 8020dc4

Please sign in to comment.