Enhance tests with download checkup
Some checks failed
/ GenerateReleaseZipfile (push) Failing after 1m9s
Some checks failed
/ GenerateReleaseZipfile (push) Failing after 1m9s
This commit is contained in:
parent
064aef7815
commit
f06c2ae6bf
2 changed files with 30 additions and 19 deletions
|
@ -91,7 +91,9 @@ runs:
|
|||
)"
|
||||
|
||||
# Store the outputs
|
||||
echo artifact-id="$( echo "$RESPONSE" | sed -n 's/.*"artifactId" *: *"\([^"]\+\)".*/\1/p' )" >> $GITHUB_OUTPUT
|
||||
ARTIFACT_ID="$( echo "$RESPONSE" | sed -n 's/.*"artifactId" *: *"\([^"]\+\)".*/\1/p' )"
|
||||
echo artifact-id="$ARTIFACT_ID" >> $GITHUB_OUTPUT
|
||||
echo artifact-url="$GITHUB_SERVER_URL"/"$GITHUB_REPOSITORY"/actions/runs/"$GITHUB_RUN_ID"/artifacts/"$ARTIFACT_ID" >> $GITHUB_OUTPUT
|
||||
|
||||
# Cleanup
|
||||
if [ "${{ inputs.compression }}" == "true" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue