Skip to content

Commit

Permalink
Updated the path for the mv command to move the correct file
Browse files Browse the repository at this point in the history
  • Loading branch information
max-barrera-2148 committed Sep 24, 2024
1 parent 40f4c63 commit cb168ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
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/crowdin /usr/local/bin/
sudo mv crowdin-cli/3.15.0/crowdin /usr/local/bin/
- name: Crowdin Sync
run: |
Expand Down

0 comments on commit cb168ee

Please sign in to comment.