Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVanDyck committed Dec 13, 2024
1 parent e76441a commit 05c01f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
curl -sSLO https://github.com/crowdin/crowdin-cli/releases/latest/download/crowdin-cli.zip -o $HOME/crowdin-cli.zip
unzip -j $HOME/crowdin-cli.zip '*/crowdin-cli.jar'
mkdir $HOME/.bin
mkdir $HOME/.bin || true
mv crowdin-cli.jar $HOME/.bin/crowdin-cli.jar
cat <<EOF > $HOME/.bin/crowdin
Expand Down

0 comments on commit 05c01f4

Please sign in to comment.