File tree Expand file tree Collapse file tree 3 files changed +7
-56
lines changed Expand file tree Collapse file tree 3 files changed +7
-56
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2929 - name : Archive production artifacts 🚀
3030 uses : actions/upload-artifact@v4
3131 with :
32- name : lib
33- path : lib
32+ name : dist
33+ path : dist/
3434 release :
3535 name : semantic-release
3636 needs : [build]
4747 - name : Download artifacts
4848 uses : actions/download-artifact@v4
4949 with :
50- name : lib
50+ name : dist
51+ path : dist/
5152 - name : Publish package 📦
5253 run : |
5354 npm ci
Original file line number Diff line number Diff line change 22 "name" : " @extendscript/csinterface" ,
33 "version" : " 1.0.0" ,
44 "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" ,
77 "scripts" : {
88 "build" : " tsc" ,
99 "test" : " echo \" Error: no test specified\" && exit 0"
4141 "typescript" : " ^5.4.5"
4242 },
4343 "files" : [
44- " lib /**/*"
44+ " dist /**/*"
4545 ]
4646}
You can’t perform that action at this time.
0 commit comments