Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b3fa35f

Browse files
committedMar 10, 2025·
chmod
1 parent fb7b379 commit b3fa35f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
gsutil cp gs://coder-desktop/mutagen/v0.18.1/mutagen-agents.tar.gz "Coder Desktop/Resources/mutagen-agents.tar.gz"
6464
gsutil cp gs://coder-desktop/mutagen/v0.18.1/mutagen-darwin-arm64 "Coder Desktop/Resources/mutagen-darwin-arm64"
6565
gsutil cp gs://coder-desktop/mutagen/v0.18.1/mutagen-darwin-amd64 "Coder Desktop/Resources/mutagen-darwin-amd64"
66+
chmod +x "Coder Desktop/Resources/mutagen-darwin-arm64"
67+
chmod +x "Coder Desktop/Resources/mutagen-darwin-amd64"
6668
6769
- name: Build
6870
env:

0 commit comments

Comments
 (0)
Please sign in to comment.