Skip to content

Commit 1706861

Browse files
committed
chore: release v0.1.5
1 parent 780316e commit 1706861

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -162,18 +162,14 @@ jobs:
162162
xcrun stapler staple "$DMG_PATH"
163163
echo "✅ Stapling complete."
164164
165-
echo "🔏 Re-signing stapled DMG..."
165+
echo "🔏 Re-signing stapled DMG..."
166166
167-
if [ -n "${TAURI_SIGNING_PRIVATE_KEY_PASSWORD}" ]; then
168-
export TAURI_SIGNING_PRIVATE_KEY_PASSWORD="${TAURI_SIGNING_PRIVATE_KEY_PASSWORD}"
169-
fi
167+
# Compatible with versions that expect TAURI_KEY_PASSWORD
168+
export TAURI_KEY_PASSWORD="${TAURI_SIGNING_PRIVATE_KEY_PASSWORD}"
170169
171-
# standard way is to set TAURI_SIGNING_PRIVATE_KEY env var
172-
export TAURI_SIGNING_PRIVATE_KEY="${TAURI_SIGNING_PRIVATE_KEY}"
170+
npx -y @tauri-apps/cli signer sign "$DMG_PATH"
173171
174-
npx -y @tauri-apps/cli signer sign "$DMG_PATH"
175-
176-
echo "✅ Re-signing complete."
172+
echo "✅ Re-signing complete."
177173
178174
# Specific for Linux: upload .deb as artifact
179175
- name: Upload Build Artifact (Linux)

src-tauri/.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
# will have schema files for capabilities auto-completion
77
/gen/schemas
88

9-
# ignore database files
10-
main.db
11-
129
# ignore AI models
1310
resources/models
1411

0 commit comments

Comments
 (0)