mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 09:02:08 +00:00
Include examples/ folder in binary release archives
This commit is contained in:
parent
c18adef16e
commit
5cc0126991
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-binaries.yml
vendored
1
.github/workflows/build-binaries.yml
vendored
|
|
@ -76,6 +76,7 @@ jobs:
|
||||||
cp CHANGELOG.md binaries/$platform/
|
cp CHANGELOG.md binaries/$platform/
|
||||||
mkdir -p binaries/$platform/theme
|
mkdir -p binaries/$platform/theme
|
||||||
cp dist/modes/interactive/theme/*.json binaries/$platform/theme/
|
cp dist/modes/interactive/theme/*.json binaries/$platform/theme/
|
||||||
|
cp -r examples binaries/$platform/
|
||||||
done
|
done
|
||||||
|
|
||||||
# Create archives
|
# Create archives
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue