File tree 3 files changed +7
-56
lines changed
3 files changed +7
-56
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 29
29
- name : Archive production artifacts 🚀
30
30
uses : actions/upload-artifact@v4
31
31
with :
32
- name : lib
33
- path : lib
32
+ name : dist
33
+ path : dist/
34
34
release :
35
35
name : semantic-release
36
36
needs : [build]
47
47
- name : Download artifacts
48
48
uses : actions/download-artifact@v4
49
49
with :
50
- name : lib
50
+ name : dist
51
+ path : dist/
51
52
- name : Publish package 📦
52
53
run : |
53
54
npm ci
Original file line number Diff line number Diff line change 2
2
"name" : " @extendscript/csinterface" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " TypeScript version of Adobe CSInterface" ,
5
- "main" : " lib /index.js" ,
6
- "types" : " lib /index.d.ts" ,
5
+ "main" : " dist /index.js" ,
6
+ "types" : " dist /index.d.ts" ,
7
7
"scripts" : {
8
8
"build" : " tsc" ,
9
9
"test" : " echo \" Error: no test specified\" && exit 0"
41
41
"typescript" : " ^5.4.5"
42
42
},
43
43
"files" : [
44
- " lib /**/*"
44
+ " dist /**/*"
45
45
]
46
46
}
You can’t perform that action at this time.
0 commit comments