From 67fdd57f89dc89257f2468c7961925c4155af90d Mon Sep 17 00:00:00 2001 From: rinsuki <428rinsuki+git@gmail.com> Date: Sun, 2 Feb 2025 13:21:41 +0900 Subject: [PATCH] fix? --- .github/workflows/archive.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/archive.yml b/.github/workflows/archive.yml index 582a415f..65225e1f 100644 --- a/.github/workflows/archive.yml +++ b/.github/workflows/archive.yml @@ -23,7 +23,7 @@ jobs: set -o pipefail xcodebuild \ -workspace iMast.xcworkspace -scheme "iMast iOS" -destination "generic/platform=iOS" \ - archive -archivePath "./archive" \ + archive -archivePath "./archive.xcarchive" \ CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY="" AD_HOC_CODE_SIGNING_ALLOWED=YES | tee ./xcodebuild.log | xcpretty -c - uses: actions/upload-artifact@v4 if: always() @@ -33,4 +33,4 @@ jobs: - uses: actions/upload-artifact@v4 with: name: archive - path: ./archive + path: ./archive.xcarchive