Skip to content

Commit

Permalink
Update imswitch-bundle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beniroquai authored Nov 29, 2022
1 parent 43f1e92 commit 2d5e1f4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/imswitch-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@ jobs:
python3 -m pip install .
python3 -m pip install pyinstaller==5.4.1
shell: bash
- name: Find latest tag of dependency
id: remote_chart
uses: oprypin/find-latest-tag@v1
with:
repository: openUC2/UC2-REST
releases-only: true
- name: bump version
uses: jacobtomlinson/gha-find-replace@v2
with:
find: '__version__ = "__version__develop"'
replace: '__version__ = "${{ steps.remote_chart.outputs.tag }}"'
regex: false
- name: Build bundle
run: |
pyinstaller imswitch.spec
Expand Down

0 comments on commit 2d5e1f4

Please sign in to comment.