Skip to content

Commit

Permalink
turns out the issue was forgetting to copy config file
Browse files Browse the repository at this point in the history
  • Loading branch information
blueskymonster committed Sep 9, 2024
1 parent 08db9db commit c13a3c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build-backend-executable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ jobs:
working-directory: thoth_front_end
run: npm i

- name: Copy default ollama config
working-directory: thoth_front_end
run: cp ollama.example.json ollama.json

- name: Build front-end executable (Linux)
if: runner.os == 'Linux'
working-directory: thoth_front_end
Expand Down
1 change: 0 additions & 1 deletion thoth_front_end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"dmg-license": "^1.0.11"
},
"build": {
"asarUnpack": ["ollama.json"],
"extraResources": [
{
"from": "../thoth_back_end/",
Expand Down

0 comments on commit c13a3c6

Please sign in to comment.