From 731c74ac2758999d4b42f8b05ffe93630a37b4fd Mon Sep 17 00:00:00 2001 From: Alexander Voigt Date: Fri, 28 Jun 2024 08:45:20 +0200 Subject: [PATCH] chore: fix permissions for vistecture executable --- .github/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/Dockerfile b/.github/Dockerfile index e56659c..e94988e 100644 --- a/.github/Dockerfile +++ b/.github/Dockerfile @@ -5,4 +5,4 @@ RUN apk add --no-cache \ ttf-freefont \ inotify-tools \ tini -COPY build-artifacts/vistecture-linux-$TARGETARCH /usr/local/bin/vistecture +COPY --chmod=0755 build-artifacts/vistecture-linux-$TARGETARCH /usr/local/bin/vistecture