Fix path to script in workflow

This commit is contained in:
Donncha Ó Cearbhaill 2023-05-21 16:44:17 +01:00
parent 253b4f031a
commit e026bb0a76

View File

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- name: Run script to fetch latest iOS releases from Apple RSS feed.
run: python3 mvt/.github/workflows/scripts/update-ios-releases.py
run: python3 .github/workflows/scripts/update-ios-releases.py
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with: