Skip to content

Commit df3e347

Browse files
committed
matrix key
1 parent 0378a2c commit df3e347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
path: ./wheelhouse/*.whl
2323
- name: Tag Version
2424
id: set_tag
25-
if: matrix.os != 'windows-latest'
25+
if: matrix.platform != 'windows-latest'
2626
run: echo "FCL_VERSION=$(python -c \"exec(open('src/fcl/version.py','r').read());print(__version__)\")" >> $GITHUB_ENV
2727
- name: Tag Version Windows
28-
if: matrix.os == 'windows-latest'
28+
if: matrix.platform == 'windows-latest'
2929
run: echo "FCL_VERSION=0.6.1" >> $GITHUB_ENV
3030
- uses: xresloader/upload-to-github-release@v1
3131
env:

0 commit comments

Comments
 (0)