Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierJiezou committed Aug 6, 2022
1 parent 8a80ed4 commit 55e160d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Release

on:
push:
branch: main
# tags:
# - "*.*.*"
tags:
- "*.*.*"
# pull_request:
# tags:
# - "*.*.*"
Expand Down Expand Up @@ -37,7 +36,7 @@ jobs:
run: pip install pyinstaller

- name: Build
run: pyinstaller -wF opencv_camcalib/app.py -i images/favicon_256x256.ico --add-data "images/favicon_256x256.ico;images" -n opencv-camcalib-$(poetry version --short)
run: pyinstaller -F opencv_camcalib/app.py -i images/favicon_256x256.ico --add-data "images/favicon_256x256.ico;images" -n opencv-camcalib-$(poetry version --short)

- name: Create Release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 55e160d

Please sign in to comment.