Skip to content

Commit 05c01f4

Browse files
committed
Fix github action
1 parent e76441a commit 05c01f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
curl -sSLO https://github.com/crowdin/crowdin-cli/releases/latest/download/crowdin-cli.zip -o $HOME/crowdin-cli.zip
2727
unzip -j $HOME/crowdin-cli.zip '*/crowdin-cli.jar'
2828
29-
mkdir $HOME/.bin
29+
mkdir $HOME/.bin || true
3030
mv crowdin-cli.jar $HOME/.bin/crowdin-cli.jar
3131
3232
cat <<EOF > $HOME/.bin/crowdin

0 commit comments

Comments
 (0)