Skip to content

Commit 8e9d13d

Browse files
Set a working-directory to install tx tool
To avoid having LICENSE in checkout directory Co-authored-by: Maciej Olko <maciej.olko@affirm.com>
1 parent c7bcef2 commit 8e9d13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install Transifex CLI
3939
run: |
4040
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
41-
mv tx /usr/local/bin/tx
41+
working-directory: /usr/local/bin
4242
- name: Install dependencies
4343
run: |
4444
sudo apt update -y && sudo apt install gettext -y

0 commit comments

Comments
 (0)