Skip to content

Commit

Permalink
fix: adjust path
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Dec 6, 2024
1 parent 664de2a commit f3fbfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Upload source maps to Sentry
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
run: npx sentry-cli upload-sourcemaps ./path-to-build-folder
run: npx sentry-cli upload-sourcemaps ./packages/extension/build

- name: Run Semantic Release
env:
Expand Down

0 comments on commit f3fbfc5

Please sign in to comment.