mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 06:04:40 +00:00
fix(ci): correct theme path in release workflow (#162)
Build outputs to dist/modes/interactive/theme/*.json but workflow expected dist/theme/*.json. The copy-binary-assets script creates dist/theme/ but CI never invokes it. Fixes v0.18.0 release failure: https://github.com/badlogic/pi-mono/actions/runs/20082833642
This commit is contained in:
parent
f931c57726
commit
2f3b738132
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-binaries.yml
vendored
2
.github/workflows/build-binaries.yml
vendored
|
|
@ -73,7 +73,7 @@ jobs:
|
|||
cp README.md binaries/$platform/
|
||||
cp CHANGELOG.md binaries/$platform/
|
||||
mkdir -p binaries/$platform/theme
|
||||
cp dist/theme/*.json binaries/$platform/theme/
|
||||
cp dist/modes/interactive/theme/*.json binaries/$platform/theme/
|
||||
done
|
||||
|
||||
# Create archives
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue