Skip to content

Commit

Permalink
update main CI workflow to pack tarballs if not publishing to npmjs.org
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Feb 27, 2025
1 parent 4b7f7de commit ee16d12
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,12 @@ jobs:
npm set "//registry.npmjs.org/:_authToken=$auth_token"
npm publish --access public
fi
else
echo "Packaging tarballs"
oclif pack tarballs --targets linux-x64
fi
- uses: actions/upload-artifact@v4
with:
name: m30pm
path: |
./bin
./dist
./oclif.manifest.json
./packages
./package.json
path: ./dist

0 comments on commit ee16d12

Please sign in to comment.