diff --git a/.github/actions/setup-tebako/action.yml b/.github/actions/setup-tebako/action.yml index 1bc2b457..051376c9 100644 --- a/.github/actions/setup-tebako/action.yml +++ b/.github/actions/setup-tebako/action.yml @@ -156,12 +156,6 @@ runs: with: xcode-version: ${{ env.XCODE_VERSION }} - - name: Download Brewfile - if: runner.os == 'macOS' - uses: actions/download-artifact@v4 - with: - name: brewfile - - name: Install brew packages if: runner.os == 'macOS' shell: bash diff --git a/.github/workflows/gem-test-and-release.yml b/.github/workflows/gem-test-and-release.yml index 4f9ef0f0..f013f102 100644 --- a/.github/workflows/gem-test-and-release.yml +++ b/.github/workflows/gem-test-and-release.yml @@ -228,6 +228,11 @@ jobs: name: actions path: .github/actions + - name: Download Brewfile + uses: actions/download-artifact@v4 + with: + name: brewfile + - name: Setup ci environment uses: ./.github/actions/setup-tebako with: