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 5858 uses : actions/upload-artifact@v4.4.3
5959 with :
6060 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
6262
6363 test_linux :
6464 needs : build_linux
8585 - name : Create conda channel
8686 run : |
8787 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
8989 conda index $GITHUB_WORKSPACE/channel
9090 # Test channel
9191 conda search $PACKAGE_NAME -c $GITHUB_WORKSPACE/channel --override-channels
@@ -179,7 +179,7 @@ jobs:
179179 uses : actions/upload-artifact@v4.4.3
180180 with :
181181 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
183183
184184 test_windows :
185185 needs : build_windows
@@ -221,7 +221,7 @@ jobs:
221221 echo ${{ env.workdir }}
222222 mkdir ${{ env.workdir }}\channel
223223 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
225225 dir ${{ env.workdir }}\channel\win-64
226226
227227 - name : Index the channel
You can’t perform that action at this time.
0 commit comments