Skip to content

Commit

Permalink
matrix key
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedh committed Sep 9, 2021
1 parent 0378a2c commit df3e347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
path: ./wheelhouse/*.whl
- name: Tag Version
id: set_tag
if: matrix.os != 'windows-latest'
if: matrix.platform != 'windows-latest'
run: echo "FCL_VERSION=$(python -c \"exec(open('src/fcl/version.py','r').read());print(__version__)\")" >> $GITHUB_ENV
- name: Tag Version Windows
if: matrix.os == 'windows-latest'
if: matrix.platform == 'windows-latest'
run: echo "FCL_VERSION=0.6.1" >> $GITHUB_ENV
- uses: xresloader/upload-to-github-release@v1
env:
Expand Down

0 comments on commit df3e347

Please sign in to comment.