Commit 2bfe8da
committed
fix: download dify-plugin-cli to temp directory to avoid packaging
- Download dify-plugin-linux-amd64 to /tmp/dify-cli instead of current directory
- This prevents the CLI tool from being included in the plugin package
- Reduces final package size significantly
- Add *.difypkg to .gitignore to exclude generated packages1 parent 584c5b4 commit 2bfe8da
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | | - | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
0 commit comments