Skip to content

Commit

Permalink
Fix build command typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mtimoustafa committed May 5, 2024
1 parent 209f69e commit 6f795d6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/update-output-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,22 +62,18 @@ jobs:
with:
name: translation-output
path: raw-output
- run: pwd
- run: ls -lah
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Fix Arabic strings
run: ./build-arabic.sh raw-output/ fixed-output/
run: ./build_arabic.sh raw-output/ fixed-output/
- name: Archive fixed output files as artifacts
uses: actions/upload-artifact@v4
with:
name: translation-output-fixed
path: fixed-output/



push-output:
needs: fix-output-rtl
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6f795d6

Please sign in to comment.