Skip to content

Commit

Permalink
pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
MyroTk committed Dec 1, 2023
1 parent c4a87d1 commit 1e46192
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- run: pwd
- run: ls ${{ github.workspace }}

- name: Set up JDK 11
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ jobs:
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: |
clickhouse-sink-connector-kafka-${{ env.release_tag }}.jar
clickhouse-sink-connector-lt-${{ env.release_tag }}.jar
asset_path: clickhouse-sink-connector-*
# kafka-${{ env.release_tag }}.jar
# clickhouse-sink-connector-lt-${{ env.release_tag }}.jar

0 comments on commit 1e46192

Please sign in to comment.