Skip to content

Commit

Permalink
Update version_getter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lufre1 authored May 13, 2024
1 parent e021346 commit 664cce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/version_getter.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
yaml.preserve_quotes = True

# Construct the filename based on OS name
construct_file = f"construct_{current_os}.yaml"
construct_file = f"construct_{os.environ.get('RUNNER_OS')}.yaml"

# Load YAML using ruamel.yaml
yaml = ruamel.yaml.YAML()
Expand Down

0 comments on commit 664cce9

Please sign in to comment.