Skip to content

Commit b9d08f6

Browse files
committed
fix env names
1 parent f05e5a7 commit b9d08f6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/conda_release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ jobs:
7777
# 4) Build the conda package for each platform
7878
- name: Build conda package
7979
env:
80-
PACKAGE_VERSION: ${{ steps.vars.outputs.PACKAGE_VERSION }}
81-
PACKAGE_TAR_URL: ${{ steps.vars.outputs.PACKAGE_TAR_URL }}
82-
PACKAGE_SHA256: ${{ steps.vars.outputs.PACKAGE_SHA256 }}
83-
GITHUB_REPO_OWNER: ${{ steps.vars.outputs.GITHUB_REPO_OWNER }}
84-
GITHUB_REPO_NAME: ${{ steps.vars.outputs.GITHUB_REPO_NAME }}
85-
PACKAGE_HOME: ${{ steps.vars.outputs.PACKAGE_HOME }}
80+
VERSION: ${{ steps.vars.outputs.VERSION }}
81+
TAR_URL: ${{ steps.vars.outputs.TAR_URL }}
82+
SHA256: ${{ steps.vars.outputs.SHA256 }}
83+
REPO_OWNER: ${{ steps.vars.outputs.REPO_OWNER }}
84+
REPO_NAME: ${{ steps.vars.outputs.REPO_NAME }}
85+
REPO_HOME: ${{ steps.vars.outputs.REPO_HOME }}
8686
run: |
8787
cd conda-recipe
8888
conda-build . --output-folder ../conda-build-artifacts

0 commit comments

Comments
 (0)