We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff6665 commit a2d6182Copy full SHA for a2d6182
.github/workflows/conda-package.yml
@@ -177,7 +177,7 @@ jobs:
177
uses: actions/upload-artifact@v3
178
with:
179
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
180
- path: ${{ env.conda-bld }}${{ env.PACKAGE_NAME }}-*.tar.bz2
+ path: ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.tar.bz2
181
182
test_windows:
183
needs: build_windows
0 commit comments