Skip to content

Commit

Permalink
another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
evverx committed Apr 29, 2020
1 parent 86bb4db commit ac09f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
dry-run: false
- name: Upload Crash
uses: actions/upload-artifact@v1
if: steps.build.outcome == 'success' && steps.run.outcome != 'success'
if: failure() && steps.build.outcome == 'success' && steps.run.outcome != 'success'
with:
name: artifacts
path: ./out/artifacts

0 comments on commit ac09f2c

Please sign in to comment.