Skip to content

Commit 7bf6060

Browse files
committed
Upload logs as artifact.
1 parent 8b4cb92 commit 7bf6060

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,16 @@ jobs:
129129
retention-days: 5
130130
if-no-files-found: error
131131

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+
132142
- name: "cleanup before cache"
133143
shell: bash
134144
if: always()

0 commit comments

Comments
 (0)