Skip to content

Commit

Permalink
temp dir variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroesb committed Dec 7, 2024
1 parent e9abdfb commit 39044bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
name: Output XMLs for ${{ matrix.os }} Python ${{ matrix.os }}
with:
name: ena-upload-cli_output_${{ matrix.os }}_python_${{ matrix.version }}
path: /tmp/*.xml
path: ${{ runner.temp }}/*.xml

0 comments on commit 39044bc

Please sign in to comment.