mirror of
https://github.com/lone-cloud/gerbil
synced 2026-06-03 19:54:44 -07:00
fix workflow
This commit is contained in:
parent
6d1d73fa5b
commit
52de6272a0
2 changed files with 1 additions and 2 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -181,7 +181,6 @@ jobs:
|
||||||
|
|
||||||
aur-release:
|
aur-release:
|
||||||
needs: release
|
needs: release
|
||||||
runs-on: ubuntu-latest
|
|
||||||
if: needs.release.outputs.is_prerelease != 'true'
|
if: needs.release.outputs.is_prerelease != 'true'
|
||||||
uses: ./.github/workflows/aur-release.yml
|
uses: ./.github/workflows/aur-release.yml
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "gerbil",
|
"name": "gerbil",
|
||||||
"productName": "Gerbil",
|
"productName": "Gerbil",
|
||||||
"version": "1.4.0-beta.1",
|
"version": "1.4.0-beta.2",
|
||||||
"description": "Run Large Language Models locally",
|
"description": "Run Large Language Models locally",
|
||||||
"main": "out/main/index.js",
|
"main": "out/main/index.js",
|
||||||
"homepage": "./",
|
"homepage": "./",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue