Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit b97ef71

Browse files
author
Pavel Perestoronin
committed
👷 Set the executable flag
1 parent 8d90797 commit b97ef71

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/publish.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,6 @@ jobs:
8585
StrictHostKeyChecking no
8686
8787
- name: ♻️ Rsync
88-
run: rsync --compress --executability --stats --times --verbose blitz-tanks.aarch64-unknown-linux-gnu mars:/home/pi/bin/blitz-tanks
88+
run: |
89+
chmod +x blitz-tanks.aarch64-unknown-linux-gnu
90+
rsync --compress --executability --stats --times --verbose blitz-tanks.aarch64-unknown-linux-gnu mars:/home/pi/bin/blitz-tanks

0 commit comments

Comments
 (0)