Skip to content

Commit

Permalink
chore(ci): set ci getsentry working directory (#1571)
Browse files Browse the repository at this point in the history
  • Loading branch information
0fatal authored Oct 11, 2023
1 parent 0f12c73 commit bd42ee0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dockerize-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@ jobs:
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
with:
sourcemaps: web/dist/assets
sourcemaps: dist/assets
url_prefix: '~/assets/'
version: ${{ format('laf@{0}', github.sha) }}
working_directory: web

- run: |
rm -rf web/dist/assets/*.map
Expand Down

0 comments on commit bd42ee0

Please sign in to comment.