Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
rinsuki committed Feb 2, 2025
1 parent ea09d98 commit 67fdd57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand All @@ -33,4 +33,4 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: archive
path: ./archive
path: ./archive.xcarchive

0 comments on commit 67fdd57

Please sign in to comment.