Skip to content

Commit 98517fc

Browse files
committed
fix: use abs path
Signed-off-by: Matt Krick <[email protected]>
1 parent 37d4d98 commit 98517fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
yarn datadog-ci sourcemaps upload ./dist \
139139
--service=web \
140140
--release-version=${{env.ACTION_VERSION}} \
141-
--minified-path-prefix="parabol/dist/"
141+
--minified-path-prefix="/parabol/dist/"
142142
- name: Report Status
143143
if: failure()
144144
uses: ravsamhq/notify-slack-action@v2

0 commit comments

Comments
 (0)