Fix action which updates iOS verisons and build numbers (#560)

This commit is contained in:
Donncha Ó Cearbhaill
2024-10-23 11:55:16 +02:00
committed by GitHub
parent 720aeff6e9
commit 2c72d80e7c

View File

@@ -54,7 +54,7 @@ def parse_latest_ios_versions(rss_feed_text):
def update_mvt(mvt_checkout_path, latest_ios_versions):
version_path = os.path.join(mvt_checkout_path, "mvt/ios/data/ios_versions.json")
version_path = os.path.join(mvt_checkout_path, "src/mvt/ios/data/ios_versions.json")
with open(version_path, "r") as version_file:
current_versions = json.load(version_file)