Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-devv committed Jan 30, 2024
2 parents 971aa74 + 1b52c03 commit 1e663df
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,13 @@

## Use-Cases

[EdgenChat](https://chat.edgen.co)

<!-- TODO: add Edgen-Desk demo -->
<figure>
<!-- <figure>
<img src="image_path_or_URL" alt="Alt Text">
<figcaption>Edgen-Desk, an app made with Edgen</figcaption>
</figure>
</figure> -->

## Why local GenAI?

Expand Down
2 changes: 1 addition & 1 deletion edgen/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"https://github.com/francis2tm/hello-world/releases/latest/download/latest.json"
],
"dialog": true,
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDFCOENGMjc4RjY5MjExNjUKUldSbEVaTDJlUEtNR3lLZVkydmVKTWRTRlhVcDdtK2pGVFgwb1E4SFRCaTVpTU1XWG9vNlRvajYK"
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEUzMjgzN0I5N0ZFQUM2QzEKUldUQnh1cC91VGNvNDlGYU44a3VqUk1KRHhOdzJUbjNjUzBIZTNIQU9HYWJ4Q3BTdTV2Q2U1TEIK"
}
}
}

0 comments on commit 1e663df

Please sign in to comment.