Skip to content

Commit 74379e1

Browse files
patch: remove upload symbols to AppCenter action step
1 parent a941821 commit 74379e1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/main.yml

-7
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,6 @@ jobs:
113113
name: Swiftcord_Canary # optional, default is artifact
114114
# A file, directory or wildcard pattern that describes what to upload
115115
path: Swiftcord*.dmg
116-
117-
- name: "Upload debugging symbols to App Center"
118-
run: |
119-
appcenter crashes upload-symbols \
120-
--token "${{ secrets.APPCENTER_API_TOKEN }}" \
121-
--app "Swiftcord/Swiftcord" \
122-
--xcarchive "Swiftcord.xcarchive"
123116

124117
- name: Clean up keychain and provisioning profile
125118
if: ${{ always() }}

0 commit comments

Comments
 (0)