Skip to content

Commit a2d6182

Browse files
Fixed upload of Windows build artifact
1 parent 8ff6665 commit a2d6182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
uses: actions/upload-artifact@v3
178178
with:
179179
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
180-
path: ${{ env.conda-bld }}${{ env.PACKAGE_NAME }}-*.tar.bz2
180+
path: ${{ env.CONDA_BLD }}${{ env.PACKAGE_NAME }}-*.tar.bz2
181181

182182
test_windows:
183183
needs: build_windows

0 commit comments

Comments
 (0)