Fix remaining PR review comments: release ordering, verification, README

- Move .deb upload to GitHub Release into a separate job that runs after tests pass
- Fix workflow_call event propagation so release jobs run when called from release.yml
- Fix setup.sh post-install verification to check `which archivebox` first (works for brew/deb)
- Fix README.md: detect architecture with dpkg instead of hardcoding amd64
- Fix README.md: remove --setup flag from apt install instructions

https://claude.ai/code/session_01Vx1EsNrNySgsc8Y67dGzCn
This commit is contained in:
Claude
2026-03-15 03:20:32 +00:00
parent 7c7a9ee599
commit 496b54a5e1
4 changed files with 44 additions and 20 deletions

View File

@@ -171,7 +171,7 @@ RUBY
# On release only: generate the real formula with PyPI URL and push to tap
release:
if: github.event_name == 'release'
if: github.event_name == 'release' || github.event_name == 'workflow_call'
needs: build-and-test
runs-on: macos-latest