Skip to content

Commit

Permalink
Update upload target name
Browse files Browse the repository at this point in the history
  • Loading branch information
toztemel authored Sep 20, 2024
1 parent 086cbd6 commit 81886a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
os: [ubuntu-latest]
scala: [2.13.13, 3.3.1]
java: [temurin@17]
clickhouse: [21.3, 21.8.14, 22.3]
clickhouse: [21.3, 21.8.14, 22.3, 23.8]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout current branch (full)
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Upload target directories
uses: actions/upload-artifact@v4
with:
name: target-${{ matrix.os }}-${{ matrix.scala }}-${{ matrix.java }}
name: target-${{ matrix.os }}-${{ matrix.scala }}-${{ matrix.java }}-${{matrix.clickhouse}}
path: targets.tar

publish:
Expand Down

0 comments on commit 81886a7

Please sign in to comment.