Skip to content

Commit

Permalink
@W-14093557@: Even more debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfeingold35 committed Sep 19, 2023
1 parent 442aec5 commit 92bbeed
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build-scanner-tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,8 @@ jobs:
yarn build
# Create the tarball.
npm pack
- run: yarn
- run: yarn build
# Create the tarball.
- run: npm pack
# Upload the tarball as an artifact so it's usable elsewhere.
- uses: actions/upload-artifact@v3
working-directory: ./sfdx-scanner
with:
name: scanner-tarball
path: ./salesforce-sfdx-scanner-*.tgz

0 comments on commit 92bbeed

Please sign in to comment.