diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a00221e65..53f2a6354 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: run: docker compose down - name: Compress target directories - run: tar cf targets.tar module/ldbc-sql/target module/ldbc-query-builder/target plugin/target core/target module/ldbc-schemaspy/target module/ldbc-codegen/target module/ldbc-dsl/target target project/target + run: tar cf targets.tar module/ldbc-sql/target module/ldbc-query-builder/target module/ldbc-hikari/target plugin/target core/target module/ldbc-schemaspy/target module/ldbc-codegen/target module/ldbc-dsl/target target project/target - name: Upload target directories uses: actions/upload-artifact@v3