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 7441959 commit a2c2671Copy full SHA for a2c2671
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
shell: bash
29
run: |
30
echo "Contents of /tmp/codee/:"
31
- ls -la /tmp/codee/
+ ls -la ${RUNNER_TEMP}/codee/
32
33
- name: Check Codee binary (bash)
34
0 commit comments