File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 5757 cache : " maven"
5858 - name : Build and install libraries
5959 run : mvn --batch-mode --no-transfer-progress --show-version --strict-checksums --threads 2 -Dmaven.wagon.rto=30000 -Dj8 -DskipITs install
60- - name : Create Archive with JDBC Artifact
60+ - name : Copy Artifacts to Build dir
6161 run : |
62- tar cvfz clickhouse-jdbc.tar.gz -C $HOME/.m2/repository/com/clickhouse/clickhouse-jdbc/ .
62+ mkdir clickhouse-jdbc-artifacts
63+ cp -rf $HOME/.m2/repository/com/clickhouse/clickhouse-jdbc/* ./clickhouse-jdbc-artifacts/
6364 - name : Compile examples
6465 run : |
6566 export LIB_VER=$(grep '<revision>' pom.xml | sed -e 's|[[:space:]]*<[/]*revision>[[:space:]]*||g')
7273 uses : actions/upload-artifact@v4
7374 with :
7475 name : clickhouse-jdbc-archive
75- path : clickhouse-jdbc.tar.gz
76+ path : clickhouse-jdbc-artifacts/
7677 retention-days : 5
7778
7879# test-multi-env:
You can’t perform that action at this time.
0 commit comments