@@ -119,7 +119,7 @@ jobs:
119
119
os : [ubuntu-latest]
120
120
121
121
env :
122
- source-code-dir : ' ${{ github.workspace }}/source/'
122
+ dpnp-repo-path : ' ${{ github.workspace }}/source/'
123
123
create-conda-channel-env : ' source/environments/create_conda_channel.yml'
124
124
channel-path : ' ${{ github.workspace }}/channel/'
125
125
pkg-path-in-channel : ' ${{ github.workspace }}/channel/linux-64/'
@@ -130,7 +130,7 @@ jobs:
130
130
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
131
131
with :
132
132
fetch-depth : ${{ env.fetch-depth }}
133
- path : ${{ env.source-code-dir }}
133
+ path : ${{ env.dpnp-repo-path }}
134
134
135
135
- name : Download artifact
136
136
uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
@@ -250,7 +250,7 @@ jobs:
250
250
os : [windows-2019]
251
251
252
252
env :
253
- source-code-dir : ' ${{ github.workspace }}\source'
253
+ dpnp-repo-path : ' ${{ github.workspace }}\source'
254
254
create-conda-channel-env : ' source\environments\create_conda_channel.yml'
255
255
channel-path : ' ${{ github.workspace }}\channel\'
256
256
pkg-path-in-channel : ' ${{ github.workspace }}\channel\win-64\'
@@ -261,7 +261,7 @@ jobs:
261
261
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
262
262
with :
263
263
fetch-depth : ${{ env.fetch-depth }}
264
- path : ${{ env.source-code-dir }}
264
+ path : ${{ env.dpnp-repo-path }}
265
265
266
266
- name : Download artifact
267
267
uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
@@ -510,7 +510,7 @@ jobs:
510
510
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
511
511
with :
512
512
fetch-depth : ${{ env.fetch-depth }}
513
- path : ${{ env.source-code-dir }}
513
+ path : ${{ env.dpnp-repo-path }}
514
514
515
515
- name : Download artifact
516
516
uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
0 commit comments