Skip to content

Commit

Permalink
fix(workflow): fix invalid name 'python-version' in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
maugde committed Jun 18, 2024
1 parent 0571c33 commit 5103b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: hatch run types:check

- name: Build Installer
if: ${{ python-version == '3.8' }}
if: ${{ matrix.python-version == '3.8' }}
run: hatch run pyinstaller:build AntaresWebInstaller-${{ matrix.os }}

- name: Upload binaries
Expand Down

0 comments on commit 5103b2d

Please sign in to comment.