File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 3939 build-uipath-core :
4040 needs : detect-publishable-packages
4141 if : contains(fromJson(needs.detect-publishable-packages.outputs.packages), 'uipath-core')
42- uses : ./.github/workflows/publish -package.yml
42+ uses : ./.github/workflows/build -package.yml
4343 with :
4444 package : uipath-core
4545 needs-relock : false
9999 if : |
100100 always() &&
101101 contains(fromJson(needs.detect-publishable-packages.outputs.packages), 'uipath-platform')
102- uses : ./.github/workflows/publish -package.yml
102+ uses : ./.github/workflows/build -package.yml
103103 with :
104104 package : uipath-platform
105105 needs-relock : true
@@ -160,7 +160,7 @@ jobs:
160160 if : |
161161 always() &&
162162 contains(fromJson(needs.detect-publishable-packages.outputs.packages), 'uipath')
163- uses : ./.github/workflows/publish -package.yml
163+ uses : ./.github/workflows/build -package.yml
164164 with :
165165 package : uipath
166166 needs-relock : true
You can’t perform that action at this time.
0 commit comments