1 parent 138a445 commit 9a06d02Copy full SHA for 9a06d02
2 files changed
.github/workflows/release.yml
@@ -79,10 +79,6 @@ jobs:
79
CSC_IDENTITY_AUTO_DISCOVERY: 'false'
80
run: npm run build:${{ matrix.script }}
81
82
- - name: List build output
83
- if: always()
84
- run: ls -la dist || true
85
-
86
- name: Upload artifacts
87
uses: actions/upload-artifact@v4
88
with:
package.json
@@ -62,10 +62,7 @@
62
"!eng.traineddata"
63
],
64
"extraFiles": [
65
- {
66
- "from": "prompts",
67
- "to": "prompts"
68
- }
+ "prompts/**/*"
69
70
"asarUnpack": [
71
"node_modules/**/*"
0 commit comments