We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a941821 commit 74379e1Copy full SHA for 74379e1
.github/workflows/main.yml
@@ -113,13 +113,6 @@ jobs:
113
name: Swiftcord_Canary # optional, default is artifact
114
# A file, directory or wildcard pattern that describes what to upload
115
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"
123
124
- name: Clean up keychain and provisioning profile
125
if: ${{ always() }}
0 commit comments