Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
inn0le committed Mar 12, 2020
1 parent 2d5e047 commit 7acce22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_on_tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Build python and binary
run: |
poetry build
pyinstaller --upx-dir ./upx i3-xkb-switcher.spec
./upx/upx dist/i3-xkb-switcher
poetry run pyinstaller i3-xkb-switcher.spec
upx dist/i3-xkb-switcher
- name: Calculate binary hash
run: |
cd dist
Expand Down

0 comments on commit 7acce22

Please sign in to comment.