Skip to content

Commit

Permalink
Update workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
Square789 committed Jun 5, 2024
1 parent 2842cc6 commit fd66fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gen_build_vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

build_name = f"demomgr-v{ref}-win{arch}"

gh_env_file = os.environ["GITHUB_ENV"]
with open(gh_env_file, "a") as f:
gh_step_output_file = os.environ["GITHUB_OUTPUT"]
with open(gh_step_output_file, "a") as f:
for name, value in (
("BUILD_NAME", build_name),
("DEMOMGR_DIST_GLOB", "./nuitka_build/demomgr.dist/**"),
Expand Down

0 comments on commit fd66fc6

Please sign in to comment.