From 2ce40f0d05def8f0982b506c48851e27bcbcec67 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Thu, 16 Apr 2026 23:09:12 -0400 Subject: [PATCH] test(release_create): make dummy binaries unique --- actions/release_create/pre-ci.sh | 1 + 1 file changed, 1 insertion(+) 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