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 57
57
cache : " maven"
58
58
- name : Build and install libraries
59
59
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
61
61
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/
63
64
- name : Compile examples
64
65
run : |
65
66
export LIB_VER=$(grep '<revision>' pom.xml | sed -e 's|[[:space:]]*<[/]*revision>[[:space:]]*||g')
72
73
uses : actions/upload-artifact@v4
73
74
with :
74
75
name : clickhouse-jdbc-archive
75
- path : clickhouse-jdbc.tar.gz
76
+ path : clickhouse-jdbc-artifacts/
76
77
retention-days : 5
77
78
78
79
# test-multi-env:
You can’t perform that action at this time.
0 commit comments