File tree Expand file tree Collapse file tree 1 file changed +7
-13
lines changed
Expand file tree Collapse file tree 1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - name : π₯ Checkout JDBC Connector Code
13+ - name : π§Ύ Checkout JDBC Connector Code
1414 uses : actions/checkout@v4
1515
1616 - name : β Set up Java 11
1919 distribution : ' temurin'
2020 java-version : ' 11'
2121
22- - name : π¦ Set up Maven
22+ - name : π§° Set up Maven
2323 uses : actions/setup-java@v4
2424 with :
2525 distribution : ' temurin'
@@ -42,25 +42,19 @@ jobs:
4242 cd connector-sdk-scala
4343 mvn clean install
4444
45-
46- - name : ποΈ Build JDBC Connector
45+ - name : π§ Build JDBC Connector
4746 run : mvn clean package -DskipTests
4847
49- - name : π Inspect build output
48+ - name : π Inspect target/ directory
5049 run : ls -lh target/
5150
52- - name : π Prepare dist directory
51+ - name : π¦ Rename distribution tarball
5352 run : |
54- mkdir -p dist
55- cp -r target/jdbc-connector-1.0.0 dist/
56- echo "Version: ${GITHUB_REF#refs/tags/}" > dist/jdbc-connector-1.0.0/VERSION.txt
57-
58- - name : π¦ Create dist.tar.gz archive
59- run : tar -czvf dist.tar.gz dist/
53+ cp target/jdbc-connector-1.0.0-distribution.tar.gz jdbc-connector.tar.gz
6054
6155 - name : π Upload Release Asset
6256 uses : softprops/action-gh-release@v2
6357 with :
64- files : dist .tar.gz
58+ files : jdbc-connector .tar.gz
6559 env :
6660 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You canβt perform that action at this time.
0 commit comments