Skip to content

Commit

Permalink
update match file pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver committed Jun 22, 2024
1 parent 2f0b5fc commit 81aa30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/debian/builder
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cd "${WORKSPACE}" && \
sh "${WORKSPACE}/build/binary.sh" "${PKG_ARCH}" && \
mkdir -p /build/debian /pkg && \
cd /build && \
cp "${WORKSPACE}/build/binary/wayback-linux-${PKG_ARCH}" /build/wayback && \
cp "${WORKSPACE}/build/binary/wayback-linux-*" /build/wayback && \
cp "${WORKSPACE}/wayback.1" /build/ && \
cp "${WORKSPACE}/LICENSE" /build/ && \
cp "${WORKSPACE}/build/systemd/wayback.service" /build/debian/ && \
Expand Down

0 comments on commit 81aa30d

Please sign in to comment.