Skip to content

Commit

Permalink
[feat] swap proj name
Browse files Browse the repository at this point in the history
  • Loading branch information
mrs1669 committed May 11, 2024
1 parent 972d48c commit 4d5cc39
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/archive-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Archive Project
run: |
xcodebuild archive -project NinjacordApp.xcodeproj \
xcodebuild archive -project discord-bot-helper.xcodeproj \
-scheme NinjacordApp \
-sdk iphoneos \
-configuration Release \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/archive-working.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Archive Project
run: |
xcodebuild archive -project NinjacordApp.xcodeproj \
xcodebuild archive -project discord-bot-helper.xcodeproj \
-scheme NinjacordApp \
-sdk iphoneos \
-configuration Release \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Archive Project
run: |
xcodebuild archive -project NinjacordApp.xcodeproj \
xcodebuild archive -project discord-bot-helper.xcodeproj \
-scheme NinjacordApp \
-sdk iphoneos \
-configuration Release \
Expand Down

0 comments on commit 4d5cc39

Please sign in to comment.