Something wrong

This commit is contained in:
alesapin 2021-09-10 15:23:04 +03:00
parent 1991e0a528
commit ee32c34d9a

View File

@ -26,6 +26,6 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: report
path: $GITHUB_WORKSPACE/tests/ci/style_check.py
path: ${{ github.workspace }}/tests/ci/style_check.py
- run: ls -la $RUNNER_TEMP
- run: echo "🍏 This job's status is ${{ job.status }}."