diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 419ba29..ca56532 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,6 +68,8 @@ jobs: needs: build runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + - name: Download all workflow run artifacts uses: actions/download-artifact@v4 with: diff --git a/private-build-plans.toml b/private-build-plans.toml index e16f15a..a4125a7 100644 --- a/private-build-plans.toml +++ b/private-build-plans.toml @@ -64,7 +64,11 @@ buildTextureFeature = true "lteq", "eqlt", "gteq", - "exeq" + "exeq", + "minus-minus", + "minus-minus-minus", + "underscore-underscore", + "underscore-underscore-underscore" ] enables = [ "lteq-separate",