chore: rename macos artifacts in ci

This commit is contained in:
zhom
2026-07-08 23:21:06 +04:00
parent 575700a67f
commit 9796b092cd
+2
View File
@@ -366,6 +366,8 @@ jobs:
for f in Donut_*_arm64.deb; do [ -f "$f" ] && mv "$f" Donut_nightly_arm64.deb; done
for f in Donut-*.x86_64.rpm; do [ -f "$f" ] && mv "$f" Donut_nightly_x86_64.rpm; done
for f in Donut-*.aarch64.rpm; do [ -f "$f" ] && mv "$f" Donut_nightly_aarch64.rpm; done
for f in Donut_*_aarch64.app.tar.gz; do [ -f "$f" ] && mv "$f" Donut_aarch64.app.tar.gz; done
for f in Donut_*_x64.app.tar.gz; do [ -f "$f" ] && mv "$f" Donut_x64.app.tar.gz; done
cd "$GITHUB_WORKSPACE"
# Delete existing rolling nightly release and tag