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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user