File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
- run : make -C ceph build
20
20
- run : |
21
21
VERSION=${GITHUB_REF#refs/tags/}
22
- zip -j packages.zip ceph/packages/*.deb
22
+ zip -j packages.zip ceph/packages/*.deb ceph/packages/COPYING*
23
23
gh release create ${VERSION} -t "Release ${VERSION}"
24
24
gh release upload ${VERSION} packages.zip
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ ENV WORKSPACE=/workspace
58
58
ENV PACKAGES=/packages
59
59
60
60
# Since the package file is extracted outside the docker image at the end, keep the files.
61
- COPY --from=build-ceph ${WORKSPACE}/*.deb ${PACKAGES}/
61
+ COPY --from=build-ceph ${WORKSPACE}/*.deb ${WORKSPACE}/COPYING* ${ PACKAGES}/
62
62
63
63
WORKDIR ${WORKSPACE}
64
64
RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/usr/local/bin/kubectl"
You can’t perform that action at this time.
0 commit comments