Skip to content

Commit 43a1738

Browse files
committed
Update format from .tar.bz2 to .conda
1 parent 59ff7be commit 43a1738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/[email protected]
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
@@ -85,7 +85,7 @@ jobs:
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

0 commit comments

Comments
 (0)