Skip to content

Commit 9a06d02

Browse files
committed
Fix extraFiles glob and drop PowerShell-incompatible ls step
1 parent 138a445 commit 9a06d02

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@ jobs:
7979
CSC_IDENTITY_AUTO_DISCOVERY: 'false'
8080
run: npm run build:${{ matrix.script }}
8181

82-
- name: List build output
83-
if: always()
84-
run: ls -la dist || true
85-
8682
- name: Upload artifacts
8783
uses: actions/upload-artifact@v4
8884
with:

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,7 @@
6262
"!eng.traineddata"
6363
],
6464
"extraFiles": [
65-
{
66-
"from": "prompts",
67-
"to": "prompts"
68-
}
65+
"prompts/**/*"
6966
],
7067
"asarUnpack": [
7168
"node_modules/**/*"

0 commit comments

Comments
 (0)