Skip to content

Commit

Permalink
Merge pull request #310 from Aiven-Open/anatolii/fix-azure-blob-sink-…
Browse files Browse the repository at this point in the history
…artifacts-upload

chore: fix Azure Blob sink connector artifacts upload
  • Loading branch information
jjaakola-aiven authored Oct 4, 2024
2 parents cbb2f1d + ea4ac75 commit 939796f
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 939796f

Please sign in to comment.