Skip to content

Commit

Permalink
Dynamic search
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Aug 2, 2024
1 parent 6bc3e9c commit 6906d92
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,8 @@ jobs:
import os
from pathlib import Path
conf_path = Path(
os.environ["GITHUB_WORKSPACE"] +
"/.venv/lib/python3.12/site-packages/nuitka/plugins/standard/standard.nuitka-package.config.yml"
).resolve()
matches = Path(os.environ["GITHUB_WORKSPACE"]).resolve().rglob("standard.nuitka-package.config.yml")
conf_path = next(matches)
print(f"Fixing: {conf_path}")
conf = conf_path.read_text()
Expand Down

0 comments on commit 6906d92

Please sign in to comment.