Skip to content

Commit

Permalink
Merge pull request #462 from k-taro56/fix/remove-build
Browse files Browse the repository at this point in the history
Remove unnecessary build step
  • Loading branch information
ensan-hcl authored Apr 30, 2024
2 parents 95ea6c0 + 766ed3e commit ea00358
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/upload-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ jobs:
with:
submodules: true

- name: Build Project
run: |
xcodebuild build -project azooKey.xcodeproj \
-scheme MainApp \
-sdk iphoneos \
-configuration Release \
CODE_SIGNING_ALLOWED=NO
- name: Archive Project
run: |
xcodebuild archive -project azooKey.xcodeproj \
Expand Down

0 comments on commit ea00358

Please sign in to comment.