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:
@@ -29,7 +29,8 @@
|
||||
"Bash(cd:*)",
|
||||
"Bash(ls:*)",
|
||||
"Bash(xargs:*)",
|
||||
"Bash(node -p:*)"
|
||||
"Bash(node -p:*)",
|
||||
"Bash(npm ls:*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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