feat: Introduce Claude AI permissions configuration and a Gitea Actions workflow for automated Electron application builds and releases.
Some checks failed
Build and Release / build-and-release (push) Failing after 1m52s
Some checks failed
Build and Release / build-and-release (push) Failing after 1m52s
This commit is contained in:
@@ -56,7 +56,9 @@ jobs:
|
||||
npm-electron-
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
run: |
|
||||
npm install
|
||||
chmod +x node_modules/app-builder-bin/linux/x64/app-builder
|
||||
|
||||
- name: Read version from package.json
|
||||
id: version
|
||||
|
||||
Reference in New Issue
Block a user