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.
env.
1 parent 2095f08 commit 8e74feaCopy full SHA for 8e74fea
.github/workflows/release.yml
@@ -97,7 +97,7 @@ jobs:
97
popd
98
- name: "Create build artifact zip"
99
run: |
100
- pushd cross-build/${{ TARGET_TRIPLE }}
+ pushd cross-build/${{ env.TARGET_TRIPLE }}
101
zip ${{ env.BUILD_ARTIFACTS_FILE_NAME }} \
102
config.log config.cache Makefile pyconfig.h libpython*.a \
103
Modules/Setup.local Modules/Setup.stdlib Modules/config.c \
0 commit comments