We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b4cb92 commit 7bf6060Copy full SHA for 7bf6060
1 file changed
.github/workflows/build.yaml
@@ -129,6 +129,16 @@ jobs:
129
retention-days: 5
130
if-no-files-found: error
131
132
+ - name: Upload logs
133
+ uses: actions/upload-artifact@v7
134
+ if: failure()
135
+ working-directory: ./rascal-vscode-extension
136
+ with:
137
+ name: logs-${{ matrix.os }}
138
+ path: settings/logs/**/usethesource.rascalmpl/*.log
139
+ retention-days: 5
140
+ if-no-files-found: error
141
+
142
- name: "cleanup before cache"
143
shell: bash
144
if: always()
0 commit comments