Enhance tests with download checkup
Some checks failed
/ GenerateReleaseZipfile (push) Failing after 1m9s

This commit is contained in:
Chl 2024-08-29 03:16:08 +02:00
parent 064aef7815
commit f06c2ae6bf
2 changed files with 30 additions and 19 deletions

View file

@ -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