Skip to content

Commit 0134c5a

Browse files
committed
Release MISCONDUCT 0.1.16 assets
1 parent d7f21a0 commit 0134c5a

91 files changed

Lines changed: 199 additions & 141 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/release-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
- name: Upload bundle artifacts
182182
uses: actions/upload-artifact@v4
183183
with:
184-
name: symphony-console-${{ matrix.label }}
184+
name: misconduct-${{ matrix.label }}
185185
path: |
186186
src-tauri/target/*/release/bundle/dmg/*.dmg
187187
src-tauri/target/*/release/bundle/macos/*.app.tar.gz

README.md

Lines changed: 9 additions & 9 deletions

RELEASE_WORKFLOW_NOTE.md

Lines changed: 2 additions & 3 deletions

docs/feature/symphony-orchestration-confidence/diverge/options-raw.md

Lines changed: 8 additions & 8 deletions

docs/feature/symphony-orchestration-confidence/diverge/recommendation.md

Lines changed: 2 additions & 2 deletions

docs/feature/symphony-orchestration-confidence/diverge/taste-evaluation.md

Lines changed: 3 additions & 3 deletions

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><title>Symphony Console</title></head><body><div id="root"></div><script type="module" src="/src/main.tsx"></script></body></html>
1+
<!doctype html><html><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><title>MISCONDUCT</title></head><body><div id="root"></div><script type="module" src="/src/main.tsx"></script></body></html>

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "symphony-desktop",
3-
"version": "0.1.15",
2+
"name": "misconduct-desktop",
3+
"version": "0.1.16",
44
"private": true,
55
"type": "module",
66
"scripts": {

src-tauri/Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)