Skip to content

Commit

Permalink
Reference the file in the correct folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
BartHertog committed Aug 24, 2024
1 parent a6062e9 commit b7aced0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def run(self):
super().run()

def get_version():
version_file = 'version.json'
version_file = 'EmbeddedProto/version.json'
build_number = os.getenv('GITHUB_RUN_NUMBER', '0')

with open(version_file, 'r') as f:
Expand Down

0 comments on commit b7aced0

Please sign in to comment.