diff --git a/.github/workflows/upload-azure-function-zip.yaml b/.github/workflows/upload-azure-function-zip.yaml index 090ccdb..9cb36d0 100644 --- a/.github/workflows/upload-azure-function-zip.yaml +++ b/.github/workflows/upload-azure-function-zip.yaml @@ -49,5 +49,5 @@ jobs: az storage blob upload \ --file logzio_function.zip \ --container-name eventhub \ - --name "$(pwd)/logzio_function-${{ github.event.release.tag_name }}.zip" \ + --name "logzio_function-${{ github.event.release.tag_name }}.zip" \ --connection-string "${{ secrets.STORAGE_ACCOUNT_KEY }}" \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 05e80ca..f2c0d8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,5 @@ azure-storage-blob==12.19.0 # Utilities and helpers backoff==2.2.1 -requests==2.32.3 \ No newline at end of file +requests==2.32.3 +cryptography==43.0.1 \ No newline at end of file