The website at zeroclawlabs.ai shows a copy button with curl -fsSL https://zeroclawlabs.ai/install.sh | bash but the website does not serve the script, returning 404. Add install.sh as a GitHub release asset in both beta and stable workflows so it is always available at a stable URL. Pass the raw GitHub URL in the website redeploy dispatch payload so the website can configure a redirect or proxy for /install.sh. Closes #3463 |
||
|---|---|---|
| .. | ||
| checks-on-pr.yml | ||
| ci-run.yml | ||
| cross-platform-build-manual.yml | ||
| master-branch-flow.md | ||
| README.md | ||
| release-beta-on-push.yml | ||
| release-stable-manual.yml | ||
| tweet-release.yml | ||
Workflow Directory Layout
GitHub Actions only loads workflow entry files from:
.github/workflows/*.yml.github/workflows/*.yaml
Subdirectories are not valid locations for workflow entry files.
Repository convention:
- Keep runnable workflow entry files at
.github/workflows/root. - Keep cross-tooling/local CI scripts under
dev/orscripts/ci/when used outside Actions.
Workflow behavior documentation in this directory:
.github/workflows/master-branch-flow.md