There was an error while loading. Please reload this page.
1 parent 65d5605 commit 3ffdf65Copy full SHA for 3ffdf65
1 file changed
.github/workflows/project.yml
@@ -58,12 +58,12 @@ jobs:
58
steps:
59
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
60
- uses: ./.github/actions/node/latest
61
- - run: FILENAME=$(npm pack) && tar -zxf $FILENAME -C package
+ - run: FILENAME=$(npm pack --pack-destination /tmp) && mv /tmp/$FILENAME /tmp/dd-trace.tgz
62
+ - run: rm -rf *
63
+ - run: tar -zxf /tmp/dd-trace.tgz -C $(pwd)
64
- run: yarn --prod --ignore-optional
- working-directory: ./package
65
- name: Compute module size tree and report
66
uses: qard/heaviest-objects-in-the-universe@e2af4ff3a88e5fe507bd2de1943b015ba2ddda66 # v1.0.0
67
with:
68
github-token: ${{ secrets.GITHUB_TOKEN }}
69
0 commit comments