Skip to content

Commit

Permalink
chore: fix Azure Blob sink connector artifacts upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyPopov committed Oct 4, 2024
1 parent 0e4572c commit ea4ac75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
export azure_tar_file=$(ls ./azure-sink-connector/build/distributions/ | grep tar)
export azure_zip_file=$(ls ./azure-sink-connector/build/distributions/ | grep zip)
echo azure_tar_file=${s3_tar_file} >> $GITHUB_ENV
echo azure_zip_file=${s3_zip_file} >> $GITHUB_ENV
echo azure_tar_file=${azure_tar_file} >> $GITHUB_ENV
echo azure_zip_file=${azure_zip_file} >> $GITHUB_ENV
echo azure_tar_path=`realpath ./azure-sink-connector/build/distributions/${azure_tar_file}` >> $GITHUB_ENV
echo azure_zip_path=`realpath ./azure-sink-connector/build/distributions/${azure_tar_file}` >> $GITHUB_ENV
Expand Down

0 comments on commit ea4ac75

Please sign in to comment.