Skip to content

Commit

Permalink
Action sbt githubWorkflowGenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
takapi327 committed Nov 16, 2023
1 parent 1bbf746 commit 08e6d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08e6d56

Please sign in to comment.