diff --git a/.github/workflows/do-the-release-thing.yaml b/.github/workflows/do-the-release-thing.yaml index a60b814..c769eb1 100644 --- a/.github/workflows/do-the-release-thing.yaml +++ b/.github/workflows/do-the-release-thing.yaml @@ -32,9 +32,11 @@ jobs: - uses: actions/checkout@v4 with: ref: hub - sparse-checkout: . - sparse-checkout-cone-mode: false - + sparse-checkout: | + . + ./. + update.py + info.json - name: Scala to JS # run: ./mill js.fullLinkJS run: touch main.js