Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
strobejb committed May 15, 2023
1 parent 6aa7592 commit e3d68b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -51,7 +51,7 @@ jobs:
path = os.path.abspath("${{env.VERSION_H}}")
with open(path, "w") as f:
print("#define VERSION_MAJOR", r.group(1), file=f)
print("#define VERSION_MIN", r.group(2), file=f)
print("#define VERSION_MINOR", r.group(2), file=f)
print("#define VERSION_BUILD", r.group(3), file=f)
print("#define VERSION_BUILD_COUNT", ${{github.run_number}}, file=f)
print("Writing: ", path)
Expand Down

0 comments on commit e3d68b2

Please sign in to comment.