fix: use unique IA bucket identifier with run_number suffix

This commit is contained in:
2026-07-11 20:21:53 +02:00
parent 50ba521b73
commit 40929fac8b
+1 -1
View File
@@ -89,7 +89,7 @@ jobs:
[[ -z "$ISO" || ! -f "$ISO" ]] && { echo "No ISO found"; exit 1; }
DATE=$(date +%Y.%m.%d)
IDENTIFIER="antergos-next-$(date +%Y%m%d)"
IDENTIFIER="antergos-next-$(date +%Y%m%d)-${{ github.run_number }}"
SIZE=$(stat -c%s "$ISO")
if [[ $SIZE -lt 524288000 ]]; then