jspijker 2 years ago
parent
commit
fb69cff511
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/conan-recipe-version.yml

+ 1 - 1
.github/workflows/conan-recipe-version.yml

@@ -174,7 +174,7 @@ jobs:
                     # %% Set the environment output
                     output_env = os.environ["GITHUB_OUTPUT"]
                     content = ""
-                    if os.path.exist(output_env):
+                    if os.path.exists(output_env):
                         with open(output_env, "r") as f:
                             content = f.read()