Fastlane fixes working up to a full release #68

Merged
remoll merged 33 commits from frontend/fix-fastlane-metadata-location into main 2025-04-30 11:01:50 +00:00
Showing only changes of commit 50f1482ab2 - Show all commits

View File

@ -37,14 +37,6 @@ jobs:
BUNDLE_GEMFILE: ${{ gitea.workspace }}/frontend/ios/Gemfile
steps:
- name: Fail if runner is not macOS
# reusable worflows are not really supported so the runs-on label is not respected
run: |
if [[ "$OSTYPE" != "darwin"* ]]; then
echo "This workflow is only supported on macOS. Just rerun the workflow until it is picked up by a macOS runner."
exit 1
fi
- uses: https://gitea.com/actions/checkout@v4
- name: Install Flutter