From 69104ef1a5233556aa75a81bb31ba9dba3c4062c Mon Sep 17 00:00:00 2001 From: francis2tm Date: Tue, 30 Jan 2024 18:43:44 +0000 Subject: [PATCH 1/2] chore: changed readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37a1f60..fd7903c 100644 --- a/README.md +++ b/README.md @@ -57,11 +57,13 @@ ## Use-Cases +⚡[EdgenChat](https://chat.edgen.co) + -
+ ## Why local GenAI? From 1b52c0313923be7af1570f6fa813d61cf498345e Mon Sep 17 00:00:00 2001 From: francis2tm Date: Tue, 30 Jan 2024 19:30:03 +0000 Subject: [PATCH 2/2] chore: updated release workflow --- .github/workflows/release.yml | 6 +++--- edgen/src-tauri/tauri.conf.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ceafd84..dc65f84 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,10 +2,10 @@ name: "release" on: push: branches: - - release + - main # This is the example from the readme. -# On each push to the `release` branch it will create or update a GitHub release, build your app, and upload the artifacts to the release. +# On each push to the `main` branch it will create or update a GitHub release, build your app, and upload the artifacts to the release. jobs: release: @@ -48,7 +48,7 @@ jobs: - uses: tauri-apps/tauri-action@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }} + TAURI_PRIVATE_KEY: ${{ secrets.TAURI_KEY }} TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }} with: tagName: v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version diff --git a/edgen/src-tauri/tauri.conf.json b/edgen/src-tauri/tauri.conf.json index d412f33..1317383 100644 --- a/edgen/src-tauri/tauri.conf.json +++ b/edgen/src-tauri/tauri.conf.json @@ -52,7 +52,7 @@ "https://github.com/francis2tm/hello-world/releases/latest/download/latest.json" ], "dialog": true, - "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDFCOENGMjc4RjY5MjExNjUKUldSbEVaTDJlUEtNR3lLZVkydmVKTWRTRlhVcDdtK2pGVFgwb1E4SFRCaTVpTU1XWG9vNlRvajYK" + "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEUzMjgzN0I5N0ZFQUM2QzEKUldUQnh1cC91VGNvNDlGYU44a3VqUk1KRHhOdzJUbjNjUzBIZTNIQU9HYWJ4Q3BTdTV2Q2U1TEIK" } } }