Skip to content

Commit

Permalink
Added a command to change the file permissions to make the Crowdin CL…
Browse files Browse the repository at this point in the history
…I executable.
  • Loading branch information
max-barrera-2148 committed Sep 24, 2024
1 parent cb168ee commit e2f9165
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
curl -s https://downloads.crowdin.com/cli/v3/crowdin-cli.zip -o crowdin-cli.zip
unzip crowdin-cli.zip -d crowdin-cli
sudo mv crowdin-cli/3.15.0/crowdin /usr/local/bin/
sudo chmod +x /usr/local/bin/crowdin # <-- Add this line to make the binary executable
- name: Crowdin Sync
run: |
Expand Down

0 comments on commit e2f9165

Please sign in to comment.