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:
Daniel Nouri 2025-12-10 20:40:41 +00:00 committed by GitHub
parent f931c57726
commit 2f3b738132
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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