From 5f23c61e03a3ec84b263af01e9d33a0c377526b7 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 22 Jun 2024 10:43:54 +0200 Subject: [PATCH] Removed useless code block --- .github/workflows/build-and-release.yml | 8 -------- 1 file changed, 8 deletions(-) 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")