Skip to content

Commit

Permalink
Adding $ to GITHUB_OUTPUT to properly write wheel file location
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorguidi committed May 9, 2024
1 parent 9de692b commit 5611603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_python_deps_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
mkdir dist
echo -n "NOTHING TO SEE HERE" > dist/artifact.whl
WHEEL_FILE=$(find ./dist/*.whl)
echo "WHEEL_FILE=${WHEEL_FILE}" >> GITHUB_OUTPUT
echo "WHEEL_FILE=${WHEEL_FILE}" >> $GITHUB_OUTPUT
echo $WHEEL_FILE
- name: Build wheel and upload to GCS
Expand Down

0 comments on commit 5611603

Please sign in to comment.