We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0378a2c commit df3e347Copy full SHA for df3e347
.github/workflows/release.yml
@@ -22,10 +22,10 @@ jobs:
22
path: ./wheelhouse/*.whl
23
- name: Tag Version
24
id: set_tag
25
- if: matrix.os != 'windows-latest'
+ if: matrix.platform != 'windows-latest'
26
run: echo "FCL_VERSION=$(python -c \"exec(open('src/fcl/version.py','r').read());print(__version__)\")" >> $GITHUB_ENV
27
- name: Tag Version Windows
28
- if: matrix.os == 'windows-latest'
+ if: matrix.platform == 'windows-latest'
29
run: echo "FCL_VERSION=0.6.1" >> $GITHUB_ENV
30
- uses: xresloader/upload-to-github-release@v1
31
env:
0 commit comments