Fix installer

This commit is contained in:
2023-03-28 00:53:35 +02:00
parent 233fd5742d
commit 1e48aa144e
4 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,6 @@ jobs:
uses: actions/download-artifact@v3
with:
name: dyn2py.exe
path: dist/dyn2py.exe
- name: Update version number
run: |
$regex = Select-String -Path pyproject.toml -Pattern '^version = "((?:\d\.){2}\d)"$'