17 lines
476 B
Markdown
17 lines
476 B
Markdown
|
|
---
|
||
|
|
name: release
|
||
|
|
description: Build claudify .deb package and show build info
|
||
|
|
disable-model-invocation: true
|
||
|
|
---
|
||
|
|
|
||
|
|
# Release
|
||
|
|
|
||
|
|
Build the claudify .deb package and verify the output.
|
||
|
|
|
||
|
|
## Steps
|
||
|
|
|
||
|
|
1. Run `cargo tauri build` from the project root
|
||
|
|
2. Show the build output path and file size
|
||
|
|
3. Inspect the .deb package metadata with `dpkg-deb --info`
|
||
|
|
4. List the .deb package contents with `dpkg-deb --contents`
|
||
|
|
5. Report the package name, version, architecture, and installed size
|