From db9f1290fd21c637e511dd365e2a0e8698195e86 Mon Sep 17 00:00:00 2001 From: krille-chan Date: Sun, 16 Nov 2025 12:12:26 +0100 Subject: [PATCH] build: Use correct file --- .github/workflows/integrate.yaml | 2 +- .github/workflows/main_deploy.yaml | 2 +- .github/workflows/release.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index c21bda7ef..9bd7c44f3 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 + - uses: ./.github/actions/free_up_space.yaml - 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 838f1fe4a..cba0a8ace 100644 --- a/.github/workflows/main_deploy.yaml +++ b/.github/workflows/main_deploy.yaml @@ -39,7 +39,7 @@ jobs: deploy_playstore_internal: runs-on: ubuntu-latest steps: - - uses: ./.github/actions/free_up_space + - uses: ./.github/actions/free_up_space.yaml - uses: actions/checkout@v5 - run: cat .github/workflows/versions.env >> $GITHUB_ENV - uses: actions/setup-java@v5 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6737d5b1e..f478c4174 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 + - uses: ./.github/actions/free_up_space.yaml - 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 + - uses: ./.github/actions/free_up_space.yaml - uses: moonrepo/setup-rust@v1 - name: Install Fastlane working-directory: android