Skip to content

Commit 8174ace

Browse files
committed
Fix build
1 parent 59ce64b commit 8174ace

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docker-image-early-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# Move SchemaCrawler AI distribution
6565
echo "Move SchemaCrawler AI distribution"
6666
pwd
67-
mv ./schemacrawler-ai-distrib/_ai-distrib .
67+
mv ./schemacrawler-ai-distrib/target/_ai-distrib .
6868
ls -l ./_ai-distrib
6969
7070

schemacrawler-ai-distrib/src/main/assembly/assembly-lib.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
<exclude>us.fatehi:schemacrawler-api</exclude>
5656
<exclude>us.fatehi:schemacrawler-tools</exclude>
5757
<exclude>us.fatehi:schemacrawler-commandline</exclude>
58+
<exclude>us.fatehi:schemacrawler-operations</exclude>
5859
<exclude>us.fatehi:schemacrawler-offline</exclude>
5960
<exclude>us.fatehi:schemacrawler-scripting</exclude>
6061
<exclude>us.fatehi:schemacrawler-lint</exclude>

0 commit comments

Comments
 (0)