Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedie committed Oct 18, 2024
1 parent a2f7182 commit f188e8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install Python Dependencies
working-directory: ./subdirectory
working-directory: ./GUI
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
Expand All @@ -45,17 +45,17 @@ jobs:
sudo apt-get install -y ninja-build libgtk-3-dev
flutter doctor
- name: Flet Build Linux
working-directory: ./subdirectory
working-directory: ./GUI
run: |
flutter config --no-analytics
flet pack main.py --verbose
- name: Copy assets
working-directory: ./subdirectory
working-directory: ./GUI
run: cp -r ./assets ./dist/assets

- name: Zip dist flder
working-directory: ./subdirectory
working-directory: ./GUI
run: zip -r srtranslator.zip ./dist

- name: Upload Linux Artifact
Expand Down

0 comments on commit f188e8e

Please sign in to comment.