Skip to content

Commit

Permalink
python
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Jun 18, 2024
1 parent 34ce7b4 commit c6a3088
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,14 @@ jobs:
mkdir dist
mv build/libs/crowdin-cli-*.jar dist/crowdin-cli.jar
- name: Set up Python 3.8
uses: actions/setup-python@v5
with:
python-version: 3.8

- name: Build executable
run: |
pip install iscc-cli
iscc packages/exe/CrowdinCLIInstaller.iss
mv crowdin.exe crowdin-unsigned.exe
Expand Down

0 comments on commit c6a3088

Please sign in to comment.