We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d49b6af commit 32c7538Copy full SHA for 32c7538
.github/workflows/build.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Pack Environment
49
shell: bash -el {0}
50
- run: conda-pack -n ogs_geo_tools -o ${{ matrix.artifact_name }}
+ run: conda-pack -n base -n ogs_python_tools -o ${{ matrix.artifact_name }}
51
52
- name: Upload Artifact
53
uses: actions/upload-artifact@v4
0 commit comments