diff --git a/.github/actions/free_up_space.yaml b/.github/actions/free_up_space/action.yaml similarity index 100% rename from .github/actions/free_up_space.yaml rename to .github/actions/free_up_space/action.yaml diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index 9bd7c44f3..c21bda7ef 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -43,7 +43,7 @@ jobs: with: flutter-version: ${{ env.FLUTTER_VERSION }} cache: true - - uses: ./.github/actions/free_up_space.yaml + - uses: ./.github/actions/free_up_space - uses: moonrepo/setup-rust@v1 - run: flutter pub get - run: flutter build apk --debug --target-platform android-arm64 diff --git a/.github/workflows/main_deploy.yaml b/.github/workflows/main_deploy.yaml index 0701a493b..4cd67bfc3 100644 --- a/.github/workflows/main_deploy.yaml +++ b/.github/workflows/main_deploy.yaml @@ -53,7 +53,7 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: '3.3' - - uses: ./.github/actions/free_up_space.yaml + - uses: ./.github/actions/free_up_space - uses: moonrepo/setup-rust@v1 - name: Install Fastlane run: gem install fastlane -NV diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f478c4174..6737d5b1e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -86,7 +86,7 @@ jobs: run: | echo '${{secrets.GOOGLE_SERVICES_JSON}}' | base64 -d > android/app/google-services.json ./scripts/add-firebase-messaging.sh - - uses: ./.github/actions/free_up_space.yaml + - uses: ./.github/actions/free_up_space - uses: moonrepo/setup-rust@v1 - run: flutter pub get - name: Prepare Android Release Build @@ -152,7 +152,7 @@ jobs: uses: ruby/setup-ruby@v1 with: ruby-version: '3.3' - - uses: ./.github/actions/free_up_space.yaml + - uses: ./.github/actions/free_up_space - uses: moonrepo/setup-rust@v1 - name: Install Fastlane working-directory: android