mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
fix: use if-no-files-found error and add pwd to debug artifact upload
This commit is contained in:
parent
d12c7d95cf
commit
5f0067012b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -188,6 +188,7 @@ jobs:
|
|||
|
||||
- name: Verify changelog exists
|
||||
run: |
|
||||
pwd
|
||||
ls -la .changelog.md
|
||||
cat .changelog.md
|
||||
|
||||
|
|
@ -196,6 +197,7 @@ jobs:
|
|||
with:
|
||||
name: changelog
|
||||
path: .changelog.md
|
||||
if-no-files-found: error
|
||||
|
||||
- name: Build Python package
|
||||
run: python -m pip install build wheel && python -m build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue