We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01aa3f6 commit 838d87cCopy full SHA for 838d87c
.github/workflows/qodana.yml
@@ -31,4 +31,4 @@ jobs:
31
uses: actions/upload-artifact@v3
32
with:
33
name: qodana_results
34
- path: /home/runner/work/_temp/qodana/results
+ path: ${{ runner.temp }}/qodana/results
0 commit comments