Skip to content

Commit 8e74fea

Browse files
authored
Fix a missing env.
1 parent 2095f08 commit 8e74fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
popd
9898
- name: "Create build artifact zip"
9999
run: |
100-
pushd cross-build/${{ TARGET_TRIPLE }}
100+
pushd cross-build/${{ env.TARGET_TRIPLE }}
101101
zip ${{ env.BUILD_ARTIFACTS_FILE_NAME }} \
102102
config.log config.cache Makefile pyconfig.h libpython*.a \
103103
Modules/Setup.local Modules/Setup.stdlib Modules/config.c \

0 commit comments

Comments
 (0)