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 745fd40 commit 890fcd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,11 @@ jobs:
# https://github.com/Nuitka/Nuitka/pull/3037
shell: python
run: |
import sys
import os
from pathlib import Path
conf_path = Path(
env["GITHUB_WORKSPACE"] +
os.environ["GITHUB_WORKSPACE"] +
"/.venv/lib/python3.12/site-packages/nuitka/plugins/standard/standard.nuitka-package.config.yml"
).normalize()
print(f"Fixing: {conf_path}")
Expand Down

0 comments on commit 890fcd7

Please sign in to comment.