diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 93eef43b..f38fb5d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
@@ -41,3 +41,9 @@ jobs: | |||
41 | with: | 41 | with: |
42 | name: artifacts | 42 | name: artifacts |
43 | path: build/artifacts/ | 43 | path: build/artifacts/ |
44 | |||
45 | - name: Save logs | ||
46 | uses: actions/upload-artifact@v2 | ||
47 | with: | ||
48 | name: logs | ||
49 | path: build/logs/ | ||