Skip to content

Commit 70a3436

Browse files
authored
chore: rename gh action file (#1448)
1 parent 76827b6 commit 70a3436

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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
@@ -99,7 +99,7 @@ jobs:
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

0 commit comments

Comments
 (0)