Skip to content

Commit

Permalink
Fix org and project name
Browse files Browse the repository at this point in the history
  • Loading branch information
viglia committed Sep 22, 2022
1 parent ef44cbb commit 1f6a18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Upload Symbols
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
run: sentry-cli-Linux-${{ matrix.arch }} upload-dif sentry-cli-Linux-${{ matrix.arch }} --org <FILL IN ORG> --project <FILL IN PROJECT>
run: sentry-cli-Linux-${{ matrix.arch }} upload-dif sentry-cli-Linux-${{ matrix.arch }} --org sentry --project sentry-cli

- name: Strip Symbols from Binary
run: strip sentry-cli-Linux-${{ matrix.arch }}
Expand Down

0 comments on commit 1f6a18a

Please sign in to comment.