Skip to content

Commit

Permalink
Adding dummy step to print output variables
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorguidi committed May 9, 2024
1 parent fd16355 commit 9de692b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_python_deps_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
echo "WHEEL_FILE=${WHEEL_FILE}" >> GITHUB_OUTPUT
echo $WHEEL_FILE
- name: Build wheel and upload to GCS
id: use_wheel
run: |
echo ${{ steps.build_wheel.outputs.WHEEL_FILE }}
- uses: actions/upload-artifact@v4
with:
name: "python 3.7 grpcio 1.63 ubuntu"
Expand Down

0 comments on commit 9de692b

Please sign in to comment.