Skip to content

Commit 669ff9c

Browse files
authored
CI: Docker: fix binary permissions (#3)
1 parent 7e56cc5 commit 669ff9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
path: build
8080
- run: |
8181
mv dstack-sshproxy-* dstack-sshproxy
82+
chmod +x dstack-sshproxy
8283
working-directory: build
8384
- name: Login to Docker Hub
8485
uses: docker/login-action@v4

0 commit comments

Comments
 (0)