diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 98020e3e..0f587673 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -675,14 +675,6 @@ jobs: # Read the signature: signature=$(cat "$sig_file") - # Extract the artifact name and create the URL: - artifact_name=$(basename "$sig_file" .sig) - encoded_artifact_name=$(urlencode "$artifact_name") - url=" - - # Read the signature: - signature=$(cat "$sig_file") - # Extract the artifact name and create the URL: artifact_name=$(basename "$sig_file" .sig) encoded_artifact_name=$(urlencode "$artifact_name")