Skip to content

Commit

Permalink
fix workflow script
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberSteve777 committed Dec 28, 2024
1 parent e1dfdd6 commit 35bed7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/setup_translation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
mkdir -p $ios_res_shipping
python main.py $ios_input $ios_res_release
python main.py $ios_input $ios_res_shipping
fi
if [ -f "README.md" ]; then
cp "README.md" "translation/README.md"
fi
fi
done
done
if [ -f "README.md" ]; then
cp "README.md" "translation/README.md"
fi
- name: Upload artifact for GitHub Pages
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 35bed7e

Please sign in to comment.