mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-04-28 10:39:47 +00:00
Removed useless code block
This commit is contained in:
parent
5ed3be5085
commit
5f23c61e03
8
.github/workflows/build-and-release.yml
vendored
8
.github/workflows/build-and-release.yml
vendored
@ -675,14 +675,6 @@ jobs:
|
|||||||
# Read the signature:
|
# Read the signature:
|
||||||
signature=$(cat "$sig_file")
|
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:
|
# Extract the artifact name and create the URL:
|
||||||
artifact_name=$(basename "$sig_file" .sig)
|
artifact_name=$(basename "$sig_file" .sig)
|
||||||
encoded_artifact_name=$(urlencode "$artifact_name")
|
encoded_artifact_name=$(urlencode "$artifact_name")
|
||||||
|
Loading…
Reference in New Issue
Block a user