File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -219,13 +219,14 @@ jobs:
219
219
env :
220
220
TAURI_BUNDLE_PATH : ../..
221
221
222
+ - uses : matbour/setup-sentry-cli@8ef22a4
223
+
222
224
- name : Upload debug symbols to Sentry
223
225
if : ${{ runner.os == 'macOS' }}
224
226
shell : bash
225
227
env :
226
228
SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_AUTH_TOKEN }}
227
229
run : |
228
- curl -sL https://sentry.io/get-cli/ | bash
229
230
sentry-cli debug-files upload -o ${{ env.SENTRY_ORG }} -p ${{ env.SENTRY_PROJECT }} target/Cap.dSYM
230
231
231
232
- name : Upload debug symbols to Sentry
@@ -234,7 +235,6 @@ jobs:
234
235
env :
235
236
SENTRY_AUTH_TOKEN : ${{ secrets.SENTRY_AUTH_TOKEN }}
236
237
run : |
237
- scoop install sentry-cli
238
238
sentry-cli debug-files upload -o ${{ env.SENTRY_ORG }} -p ${{ env.SENTRY_PROJECT }} target/${{ matrix.settings.target }}/release/cap_desktop.pdb
239
239
240
240
done :
You can’t perform that action at this time.
0 commit comments