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 7c01450 commit beb1159Copy full SHA for beb1159
1 file changed
.github/workflows/checks.yaml
@@ -123,7 +123,7 @@ jobs:
123
if: ${{ failure() }}
124
run: |
125
mkdir /tmp/playground-logs
126
- mv $HOME/.playground/devnet/logs /tmp/playground-logs
+ mv $HOME/.local/state/builder-playground/devnet/logs /tmp/playground-logs
127
mv integration_logs /tmp/playground-logs
128
129
- name: Archive playground logs
0 commit comments