Skip to content

Commit 47c8827

Browse files
tdyashuonw
andauthored
Update src/python/pants_release/generate_github_workflows.py
Co-authored-by: Huon Wilson <[email protected]>
1 parent ce4f5fb commit 47c8827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/pants_release/generate_github_workflows.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ def build_wheels_job(
938938
PEX_FILENAME=pants.$PANTS_VER-$PY_VER-$PLAT.pex
939939
940940
mv dist/src.python.pants/pants-pex.pex dist/src.python.pants/$PEX_FILENAME
941-
echo "PEX_FILENAME=$PEX_FILENAME" >> "$GITHUB_ENV"
941+
echo "PEX_FILENAME=$PEX_FILENAME" | tee -a "$GITHUB_ENV"
942942
"""
943943
),
944944
},

0 commit comments

Comments
 (0)