File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 uses : ./.github/actions/install_requirements
2828
2929 - name : generate-schema
30- run : create-gui --schema
30+ run : techui-builder --schema
3131
3232 - name : Create GitHub Release
3333 # We pin to the SHA, not the tag, for security reasons.
Original file line number Diff line number Diff line change 55 "version" : " 0.2.0" ,
66 "configurations" : [
77 {
8- "name" : " Run create-gui " ,
8+ "name" : " Run techui-builder " ,
99 "type" : " debugpy" ,
1010 "request" : " launch" ,
1111 "justMyCode" : true ,
Original file line number Diff line number Diff line change @@ -39,5 +39,5 @@ COPY --from=build /assets/.venv/ .venv/
3939ENV PATH=.venv/bin:$PATH
4040
4141# Change this entrypoint if it is not the same as the repo
42- ENTRYPOINT ["create-gui " ]
42+ ENTRYPOINT ["techui-builder " ]
4343CMD ["--version" ]
You can’t perform that action at this time.
0 commit comments