Skip to content

Commit

Permalink
Always upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Nov 14, 2020
1 parent 72138ea commit bb9c153
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-mudlet.yml
Expand Up @@ -169,6 +169,12 @@ jobs:
working-directory: '${{runner.workspace}}/b/ninja'
run: ctest --output-on-failure

- uses: actions/upload-artifact@v2
if: always()
with:
name: ${{runner.os}}-build-directory
path: '${{runner.workspace}}/b/ninja' # or path/to/artifact

- name: (windows) Show relevant logs
if: failure() && runner.os == 'Windows'
run: |
Expand Down

0 comments on commit bb9c153

Please sign in to comment.