Skip to content

Commit

Permalink
Fix mac uploads, hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
wlach committed Mar 26, 2021
1 parent b1ff8c4 commit d4de89a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ jobs:
run: |
coverage run -m pytest -v gui/tests
pip3 install coveralls; coveralls
- name: Get the version
if: startsWith(github.ref, 'refs/tags/')
id: get_version
run: echo ::set-output name=version::${GITHUB_REF#refs/tags/}
- name: Get upload URL
if: startsWith(github.ref, 'refs/tags/')
id: geturl
Expand Down

0 comments on commit d4de89a

Please sign in to comment.