Change zip Folder Source
Some checks failed
Changelog + Release on main / changelog_and_release (push) Failing after 21s

Changed from export (Bootstrap Studio) to dist (Astro)

Signed-off-by: Alexander Lyall <alex@adcm.uk>
This commit is contained in:
2025-12-26 22:28:29 +00:00
parent 13d15796cf
commit b87ca8d3f2

View File

@@ -95,8 +95,8 @@ jobs:
shell: bash shell: bash
run: | run: |
set -e set -e
if [ ! -d "export" ]; then if [ ! -d "dist" ]; then
echo "❌ export/ folder not found in repo root" echo "❌ dist/ folder not found in repo root"
ls -la ls -la
exit 1 exit 1
fi fi