Skip to content

Commit

Permalink
Moved both the crowdin binary and crowdin-cli.jar to /usr/local/bin/.…
Browse files Browse the repository at this point in the history
… This ensures that the binary can find the .jar file.
  • Loading branch information
max-barrera-2148 committed Sep 24, 2024
1 parent e2f9165 commit 2eefde8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ 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
sudo mv crowdin-cli/3.15.0/crowdin-cli.jar /usr/local/bin/ # Move the jar file to the same location
sudo chmod +x /usr/local/bin/crowdin # Make the binary executable
- name: Crowdin Sync
run: |
Expand Down

0 comments on commit 2eefde8

Please sign in to comment.