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/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? 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" } } }