action-release
action-release copied to clipboard
can not get any sourcemap files when i had set sourcemaps
below is my action
- name: Send Release To Sentry
uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: "xxx"
SENTRY_ORG: "xxx"
SENTRY_PROJECT: "xxx"
SENTRY_URL: "xxx"
with:
environment: "production"
sourcemaps: "./dist/assets"
version: ${{ github.sha }}
set_commits: "skip"
url_prefix: "~/sentry-config-test/assets"
Expected Result
i hope i can upload sourcemap successful!!!
Actual Result

Hi @weirui88888, have you made any progress with this?