Skip to content

Commit 140056f

Browse files
committed
strip components
1 parent 6716b59 commit 140056f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- uses: ./.github/actions/node/latest
6161
- run: FILENAME=$(npm pack --pack-destination /tmp) && mv /tmp/$FILENAME /tmp/dd-trace.tgz
6262
- run: rm -rf *
63-
- run: tar -zxf /tmp/dd-trace.tgz package -C $(pwd)
63+
- run: tar -zxf /tmp/dd-trace.tgz -C $(pwd) --strip-components=1
6464
- run: yarn --prod --ignore-optional
6565
- run: ls -lisa
6666
- name: Compute module size tree and report

0 commit comments

Comments
 (0)