You've already forked computing-box
Change zip Folder Source
Some checks failed
Changelog + Release on main / changelog_and_release (push) Failing after 21s
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:
@@ -95,8 +95,8 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
set -e
|
||||
if [ ! -d "export" ]; then
|
||||
echo "❌ export/ folder not found in repo root"
|
||||
if [ ! -d "dist" ]; then
|
||||
echo "❌ dist/ folder not found in repo root"
|
||||
ls -la
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user