Skip to content

Commit

Permalink
fix yml indent
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 committed May 23, 2024
1 parent 515f9d0 commit 6c3abdc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
run: ./auto.sh Greek English

- name: Generate list of .zip files
id: generate_file_list
run: |
find data/language -type f -name '*.zip' > zip_files.txt
cat zip_files.txt
echo "zip_files=$(cat zip_files.txt)" >> $GITHUB_OUTPUT
id: generate_file_list
run: |
find data/language -type f -name '*.zip' > zip_files.txt
cat zip_files.txt
echo "zip_files=$(cat zip_files.txt)" >> $GITHUB_OUTPUT
- name: Configure git
run: |
Expand Down

0 comments on commit 6c3abdc

Please sign in to comment.