diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bc0cc5..1fbcb08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,3 +28,10 @@ jobs: - run: pnpm test - run: pnpm build - run: pnpm build:action + + - run: pnpm pack + + - uses: actions/upload-artifact@v4 + with: + name: ${{ github.sha }} + path: "*.tgz"