From 515a309831ed8cdaeebff3910a5b3b77df42fd8f Mon Sep 17 00:00:00 2001 From: tiann Date: Thu, 20 Apr 2023 10:55:30 +0800 Subject: [PATCH] Revert "ci: Add version to build artifacts" This reverts commit 0b4f4683b36c58ac0eb152420c212c47100431fd. --- .github/scripts/build_a12.sh | 2 +- .github/scripts/build_a13.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/build_a12.sh b/.github/scripts/build_a12.sh index 89e3206d..17036947 100644 --- a/.github/scripts/build_a12.sh +++ b/.github/scripts/build_a12.sh @@ -37,7 +37,7 @@ build_from_image() { echo '[+] Compress images' for image in boot*.img; do $GZIP -n -f -9 "$image" - mv "$image".gz "${1//Image-/}"-"$image"-"$VERSION".gz + mv "$image".gz "${1//Image-/}"-"$image".gz done echo "[+] Images to upload" diff --git a/.github/scripts/build_a13.sh b/.github/scripts/build_a13.sh index dd986663..d76e045a 100644 --- a/.github/scripts/build_a13.sh +++ b/.github/scripts/build_a13.sh @@ -24,7 +24,7 @@ build_from_image() { echo '[+] Compress images' for image in boot*.img; do $GZIP -n -f -9 "$image" - mv "$image".gz "${1//Image-/}"-"$image"-"$VERSION".gz + mv "$image".gz "${1//Image-/}"-"$image".gz done echo '[+] Images to upload'