Commit Graph

221 Commits

Author SHA1 Message Date
Tw93
555c7fbfd9 🔖 3.3.4 2025-09-07 00:47:42 +08:00
Tw93
671691992c 🐛 Fix release dependency version 2025-09-07 00:37:46 +08:00
Tw93
895498a0fe 🐛 Fix the verification during Ubuntu testing 2025-08-31 19:35:34 +08:00
Tw93
a7f1fa1b40 🐛 update actions 2025-08-29 18:48:26 +08:00
Tw93
f573e30284 🎨 format code 2025-08-29 18:15:05 +08:00
Tw93
9cb5db8bd3 🐛 Refactoring actions 2025-08-29 18:09:50 +08:00
Tw93
426ca447dd 🐛 Refactoring actions 2025-08-29 18:05:52 +08:00
Tw93
3d60bd673d 🐛 Refactoring actions 2025-08-29 18:01:52 +08:00
Tw93
1b94adc2a3 🎨 Refactoring actions 2025-08-29 17:30:37 +08:00
Tw93
ceeb2341e8 🐛 update yml 2025-08-29 11:50:21 +08:00
Tw93
f734c90c7c Merge branch 'main' of https://github.com/tw93/Pake 2025-08-29 10:42:59 +08:00
Tw93
d39ca98053 📝 Restructure the document 2025-08-29 10:42:47 +08:00
Tw93
36919eea76 🐛 update test 2025-08-29 00:00:50 +08:00
Tw93
8e9aae3db6 🐛 delete claude cli 2025-08-28 20:21:34 +08:00
Tw93
558fa15d24 🐛 update pnpm single app 2025-08-28 20:03:40 +08:00
Tw93
6df6f300c8 🐛 debug windows action 2025-08-27 09:39:53 +08:00
Tw93
67d8267e81 Revert "🐛 format"
This reverts commit b9cffc37b1.
2025-08-26 21:19:18 +08:00
Tw93
b9cffc37b1 🐛 format 2025-08-26 20:26:32 +08:00
Tw93
68ed17b3c8 🐛 Fix packaging issues under Windows 2025-08-26 20:25:29 +08:00
Tw93
c3a0700657 🎨 Fix packaging issues under Windows 2025-08-26 20:17:12 +08:00
Tw93
057c611e79 🐛 Fix cli build 2025-08-26 15:47:04 +08:00
Tw93
e805f93ccc 🎨 Optimize the user experience of pnpm 2025-08-26 15:30:09 +08:00
Tw93
2b45a1f635 🎨 Change npm to pnpm 2025-08-26 15:10:06 +08:00
Tw93
20546d77df Merge pull request #1026 from Jason6987/fix-script-path
fix: correct script path typo (add missing 's'), update pake-cli.yaml
2025-08-25 12:59:19 +08:00
Luminall
acaf368690 fix: correct script path typo (add missing 's'), update pake-cli.yaml
- **When running "Build App With Pake CLI" GitHub Action, it throws `MODULE_NOT_FOUND` because path `script/` is missing an "s", fixed to `scripts/`**
- description:
- encountered an error while running the "Build App With Pake CLI" workflow
- searching through the repository files, I located the relevant file at: [Pake/scripts/github-action-build.js at bf12d85dc5 · tw93/Pake](bf12d85dc5/scripts/github-action-build.js)
- Upon verification, the correct path to this file within the repository is `scripts/github-action-build.js`.

- error message:
```
Run node ./script/github-action-build.js
node:internal/modules/cjs/loader:1368
  throw err;
  ^

Error: Cannot find module 'D:\a\Pake\Pake\script\github-action-build.js'

错误:找不到模块 'D:\a\Pake\Pake\script\github-action-build.js'
    at Function._resolveFilename (node:internal/modules/cjs/loader:1365:15)
    at defaultResolveImpl (node:internal/modules/cjs/loader:1021:19)
    at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1026:22)
    at Function._load (node:internal/modules/cjs/loader:1175:37)
    at TracingChannel.traceSync (node:diagnostics_channel:322:14)
    at wrapModuleLoad (node:internal/modules/cjs/loader:235:24)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:171:5)
    at node:internal/main/run_main_module:36:49 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

Node.js v22.18.0
Error: Process completed with exit code 1.
```

Signed-off-by: Luminall <140222795+Jason6987@users.noreply.github.com>
2025-08-25 11:02:33 +08:00
Tw93
ae2c5e0a17 💄 format 2025-08-23 20:49:42 +08:00
Tw93
34a0419c83 Supports being called by other repositories as an action 2025-08-23 19:26:26 +08:00
Tw93
11737dbe68 🐛 Fix Windows actions test path 2025-08-23 16:26:02 +08:00
Tw93
3868e993ce 📝 Document usage is more idiomatic 2025-08-22 22:21:54 +08:00
Tw93
885a5673f7 🎨 update workflow 2025-08-22 18:03:29 +08:00
Tw93
c01bd99419 🔖 3.2.15 2025-08-22 17:49:55 +08:00
Tw93
974bc2885c 🐛 Fix the issue of release publishing docker 2025-08-22 17:38:30 +08:00
Tw93
1c62b2deed 🐛 Fix the problem of generating docker under release 2025-08-22 16:55:31 +08:00
Tw93
a61870895e 🎨 Optimize the icon issues under Windows and Linux during release 2025-08-22 15:39:18 +08:00
Tw93
1761802105 🎨 Simplify test usage and change names 2025-08-22 12:47:37 +08:00
Tw93
5749604f9e 🎨 Change the name back first for testing action 2025-08-22 09:28:07 +08:00
Tw93
65cf0d272b 🎨 Modify the workflow name 2025-08-21 20:31:38 +08:00
Tw93
b51fa5e2b7 🐛 GitHub action cli packaging issue fixed 2025-08-21 15:28:40 +08:00
Tw93
23c817606d 🐛 Fix linux and windows packaging issues 2025-08-20 21:28:42 +08:00
Tw93
a33519f398 🐛 update pake cli 2025-08-20 17:08:00 +08:00
Tw93
4e9ec87ae0 🐛 update cache 2025-08-20 17:00:23 +08:00
Tw93
4685d3fb67 🐛 Fix the problem of packaging bash under Windows 2025-08-20 16:11:58 +08:00
Tw93
fe10dc7848 🎨 update github actions performance 2025-08-20 15:52:30 +08:00
Tw93
facdfb564e 🎨 update pake cli actions 2025-08-20 15:44:43 +08:00
Tw93
fe85dfff98 🐛 Increase the timeout period 2025-08-20 15:30:45 +08:00
Tw93
27e02e91ee 🐛 update for cli actions 2025-08-20 15:19:03 +08:00
Tw93
3c1a1ec338 improve GitHub Actions UX with conditional input fields
- Add conditional display for platform-specific parameters:
  - hide_title_bar and multi_arch only show for macOS
  - targets only shows for Linux
- Users now see only relevant options based on selected platform
- Improves workflow user experience by reducing UI clutter

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-20 15:09:42 +08:00
Tw93
1bb2522ab7 🎨 Continue using npm 2025-08-20 12:49:40 +08:00
Tw93
7b74b7fc15 🐛 update actions work 2025-08-14 11:52:37 +08:00
Tw93
81eae9627a Update pnpm package management usage 2025-08-14 11:41:05 +08:00