Skip to content

Commit

Permalink
artifacts seem to not work on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroesb committed Dec 9, 2024
1 parent d994b5d commit 40265d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ 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:
name: ena-upload-cli_output_${{ matrix.os }}_python_${{ matrix.version }}
path: ${{ env.TEMP_DIR}}/*.xml
path: ${{ env.TEMP_DIR }}/*.xml

0 comments on commit 40265d5

Please sign in to comment.