Skip to content

Commit

Permalink
Fix action which updates iOS verisons and build numbers (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnchaC authored Oct 23, 2024
1 parent 720aeff commit 2c72d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/update-ios-releases.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 2c72d80

Please sign in to comment.