Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
harana-bot committed Feb 21, 2024
1 parent 5ec2150 commit 7e14ceb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-search-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ jobs:
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
APPLE_PROVIDER_SHORT_NAME: ${{ secrets.APPLE_PROVIDER_SHORT_NAME }}
CARGO_MAKEFLAGS: "-j4"
ENABLE_CODE_SIGNING: ${{ secrets.APPLE_CERTIFICATE }}
NODE_OPTIONS: "--max_old_space_size=8196"
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
Expand Down
2 changes: 2 additions & 0 deletions src-tauri/.cargo copy/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build]
jobs = 4

0 comments on commit 7e14ceb

Please sign in to comment.