diff --git a/actions/release_create/pre-ci.sh b/actions/release_create/pre-ci.sh index 6579b3e9..d6f603cc 100644 --- a/actions/release_create/pre-ci.sh +++ b/actions/release_create/pre-ci.sh @@ -9,6 +9,7 @@ mkdir -p dist cat > dist/dummy-binary << 'EOF' #!/bin/bash echo "This is a dummy binary for VirusTotal testing" +echo "${GITHUB_JOB}-${GITHUB_RUN_ID} exit 0 EOF