File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 58
58
59
59
with :
60
60
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
61
- path : ${{ env.CONDA_BLD }}/${{ env.PACKAGE_NAME }}-*.tar.bz2
61
+ path : ${{ env.CONDA_BLD }}/${{ env.PACKAGE_NAME }}-*.conda
62
62
63
63
test_linux :
64
64
needs : build_linux
85
85
- name : Create conda channel
86
86
run : |
87
87
mkdir -p $GITHUB_WORKSPACE/channel/linux-64
88
- mv ${PACKAGE_NAME}-*.tar.bz2 $GITHUB_WORKSPACE/channel/linux-64
88
+ mv ${PACKAGE_NAME}-*.conda $GITHUB_WORKSPACE/channel/linux-64
89
89
conda index $GITHUB_WORKSPACE/channel
90
90
# Test channel
91
91
conda search $PACKAGE_NAME -c $GITHUB_WORKSPACE/channel --override-channels
@@ -179,7 +179,7 @@ jobs:
179
179
180
180
with :
181
181
name : ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
182
- path : ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.tar.bz2
182
+ path : ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.conda
183
183
184
184
test_windows :
185
185
needs : build_windows
@@ -221,7 +221,7 @@ jobs:
221
221
echo ${{ env.workdir }}
222
222
mkdir ${{ env.workdir }}\channel
223
223
mkdir ${{ env.workdir }}\channel\win-64
224
- move ${{ env.PACKAGE_NAME }}-*.tar.bz2 ${{ env.workdir }}\channel\win-64
224
+ move ${{ env.PACKAGE_NAME }}-*.conda ${{ env.workdir }}\channel\win-64
225
225
dir ${{ env.workdir }}\channel\win-64
226
226
227
227
- name : Index the channel
You can’t perform that action at this time.
0 commit comments