Fastlane fixes working up to a full release #68
| @@ -37,14 +37,6 @@ jobs: | |||||||
|       BUNDLE_GEMFILE: ${{ gitea.workspace }}/frontend/ios/Gemfile |       BUNDLE_GEMFILE: ${{ gitea.workspace }}/frontend/ios/Gemfile | ||||||
|  |  | ||||||
|     steps: |     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 |       - uses: https://gitea.com/actions/checkout@v4 | ||||||
|  |  | ||||||
|       - name: Install Flutter |       - name: Install Flutter | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user