Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Jun 18, 2024
1 parent c6a3088 commit 5a1ae9c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,14 @@ jobs:
with:
python-version: 3.8

- name: Install iscc-cli
run: pip install iscc-cli

- name: Build executable
run: |
pip install iscc-cli
iscc packages/exe/CrowdinCLIInstaller.iss
mv crowdin.exe crowdin-unsigned.exe
- uses: actions/upload-artifact@v4
with:
name: exe-package
path: crowdin-unsigned.exe
path: crowdin.exe

0 comments on commit 5a1ae9c

Please sign in to comment.