Skip to content

Commit

Permalink
add extra debug echo
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroesb committed Dec 9, 2024
1 parent 875394b commit d994b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: Run Python to get temp directory
run: |
echo "TEMP_DIR=$(python -c 'import tempfile; print(tempfile.gettempdir())')" >> $GITHUB_ENV
echo ${{ env.TEMP_DIR}}
- uses: actions/upload-artifact@v4
name: Output XMLs for ${{ matrix.os }} Python ${{ matrix.os }}
with:
Expand Down

0 comments on commit d994b5d

Please sign in to comment.