CI: fix dist-pkg path

This commit is contained in:
Jesse Chan
2021-01-30 20:58:54 +08:00
parent 1e5b939da0
commit f008e61bb5
2 changed files with 3 additions and 1 deletions
@@ -6,7 +6,7 @@ WORKDIR /root
# Install Flood and dependencies to /bin
RUN mkdir -p /root/sysroot/bin
COPY dist-pkg dist-pkg
COPY ./dist-pkg dist-pkg
RUN if [[ `uname -m` == "aarch64" ]]; \
then mv dist-pkg/flood-linux-arm64 flood; \
elif [[ `uname -m` == "x86_64" ]]; \