Skip to content

Commit c63bd4e

Browse files
committed
Update build
1 parent 47ecf04 commit c63bd4e

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

.github/workflows/quick-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ jobs:
5959
--batch-mode \
6060
clean package
6161
62-
- id: upload-extra-lib
63-
name: Upload extra lib
62+
- id: upload-aichat-lib
63+
name: Upload SchemaCrawler AI extra lib
6464
uses: actions/upload-artifact@v4
6565
with:
66-
name: extra-libs
67-
path: ./target/_extra-lib
66+
name: aichat-extra-lib
67+
path: ./target/_aichat
6868
retention-days: 5

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,8 @@ jobs:
5858
draft: false
5959
prerelease: false
6060
body: |
61-
SchemaCrawler ${{ github.event.release.tag_name }} release at last commit ${{ github.sha }}
62-
See the change history at https://www.schemacrawler.com/changes-report.html
61+
SchemaCrawler AI ${{ github.event.release.tag_name }} release at last commit ${{ github.sha }}
6362
generate_release_notes: true
64-
files: ./target/_extra-lib.zip
6563

6664
# PUBLISH TO CENTRAL REPOSITORY
6765
- id: install-secret-key

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,9 @@
130130
</descriptors>
131131
<formats>
132132
<format>dir</format>
133-
<format>zip</format>
134133
</formats>
135134
<appendAssemblyId>false</appendAssemblyId>
136-
<finalName>_extra-lib</finalName>
135+
<finalName>_aichat/lib</finalName>
137136
</configuration>
138137
<executions>
139138
<execution>

0 commit comments

Comments
 (0)