From cdd1e74fd06fb90441082d69f301501837db3114 Mon Sep 17 00:00:00 2001 From: NakaokaRei Date: Sat, 29 Jun 2024 16:47:58 +0900 Subject: [PATCH] fix: release.yml --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b607d83..e041545 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,13 +8,13 @@ on: jobs: build: runs-on: macos-latest + env: + DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer steps: - uses: actions/checkout@v2 - - name: Set up Xcode - run: sudo xcode-select -s '/Applications/Xcode.app/Contents/Developer' - + # See more details at https://docs.github.com/ja/actions/deployment/deploying-xcode-applications/installing-an-apple-certificate-on-macos-runners-for-xcode-development - name: Import Certificate env: CERTIFICATE_PASSWORD: ${{ secrets.CERTIFICATE_PASSWORD }}