Skip to content

Commit

Permalink
chore: fix permissions for vistecture executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt committed Jun 28, 2024
1 parent cbe799b commit 731c74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 731c74a

Please sign in to comment.