@@ -24,16 +24,16 @@ jobs:
24
24
run : |
25
25
# Obtain distribution
26
26
wget -N -q \
27
- https://github.com/schemacrawler/SchemaCrawler/releases/download/v16.22.3 /schemacrawler-16.22.3 -bin.zip
28
- test -f schemacrawler-16.22.3 -bin.zip && echo "Downloaded binary distribution"
27
+ https://github.com/schemacrawler/SchemaCrawler/releases/download/v16.23.1 /schemacrawler-16.23.1 -bin.zip
28
+ test -f schemacrawler-16.23.1 -bin.zip && echo "Downloaded binary distribution"
29
29
mkdir ./schemacrawler-lib
30
30
mkdir ./schemacrawler-icons
31
- unzip schemacrawler-16.22.3 -bin.zip
31
+ unzip schemacrawler-16.23.1 -bin.zip
32
32
cp \
33
- ./schemacrawler-16.22.3 -bin/lib/* \
33
+ ./schemacrawler-16.23.1 -bin/lib/* \
34
34
./schemacrawler-lib/
35
35
cp \
36
- ./schemacrawler-16.22.3 -bin/logos/* \
36
+ ./schemacrawler-16.23.1 -bin/logos/* \
37
37
./schemacrawler-icons/
38
38
ls -lR ./schemacrawler-lib/
39
39
ls -lR ./schemacrawler-icons/
@@ -85,11 +85,11 @@ jobs:
85
85
mkdir ./schemacrawler-installers
86
86
jpackage --verbose "@jpackage.cfg" "@jpackage-linux.cfg"
87
87
mv \
88
- ./schemacrawler-installers/schemacrawler_16.22.3 -1_amd64.deb \
89
- ./schemacrawler-installers/schemacrawler-16.22.3 .deb
88
+ ./schemacrawler-installers/schemacrawler_16.23.1 -1_amd64.deb \
89
+ ./schemacrawler-installers/schemacrawler-16.23.1 .deb
90
90
sha256sum -b \
91
- ./schemacrawler-installers/schemacrawler-16.22.3 .deb \
92
- > ./schemacrawler-installers/schemacrawler-16.22.3 .deb.SHA256
91
+ ./schemacrawler-installers/schemacrawler-16.23.1 .deb \
92
+ > ./schemacrawler-installers/schemacrawler-16.23.1 .deb.SHA256
93
93
ls -l ./schemacrawler-installers
94
94
95
95
# Build Linux Installer - SAVE INSTALLER
@@ -132,8 +132,8 @@ jobs:
132
132
mkdir ./schemacrawler-installers
133
133
jpackage --verbose "@jpackage.cfg" "@jpackage-windows.cfg"
134
134
sha256sum -b \
135
- ./schemacrawler-installers/SchemaCrawler-16.22.3 .msi \
136
- > ./schemacrawler-installers/SchemaCrawler-16.22.3 .msi.SHA256
135
+ ./schemacrawler-installers/SchemaCrawler-16.23.1 .msi \
136
+ > ./schemacrawler-installers/SchemaCrawler-16.23.1 .msi.SHA256
137
137
ls -l ./schemacrawler-installers
138
138
139
139
# Build Windows Installer - SAVE INSTALLER
@@ -174,7 +174,7 @@ jobs:
174
174
shell : pwsh
175
175
run : |
176
176
# Download binary distribution
177
- Invoke-WebRequest -OutFile schemacrawler-16.22.3 -bin.zip -Uri https://github.com/schemacrawler/SchemaCrawler/releases/download/v16.22.3 /schemacrawler-16.22.3 -bin.zip
177
+ Invoke-WebRequest -OutFile schemacrawler-16.23.1 -bin.zip -Uri https://github.com/schemacrawler/SchemaCrawler/releases/download/v16.23.1 /schemacrawler-16.23.1 -bin.zip
178
178
179
179
# Release and Publish with JReleaser
180
180
- id : jreleaser
0 commit comments