Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Aug 2, 2024
1 parent 890fcd7 commit 6bc3e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
conf_path = Path(
os.environ["GITHUB_WORKSPACE"] +
"/.venv/lib/python3.12/site-packages/nuitka/plugins/standard/standard.nuitka-package.config.yml"
).normalize()
).resolve()
print(f"Fixing: {conf_path}")
conf = conf_path.read_text()
Expand Down

0 comments on commit 6bc3e9c

Please sign in to comment.