Skip to content

Commit

Permalink
Update .github/workflows/compose_run.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Mariusz Pękala <[email protected]>
  • Loading branch information
stereosupersonic and Arsen7 authored Sep 19, 2023
1 parent 8057184 commit d0d31f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compose_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: upload artifact
# uploads only if run failed
if: ${{ failure() && inputs.artifacts_path != '' }}
if: ${{ failure() && inputs.artifacts_path }}
uses: actions/upload-artifact@v3
with:
name: upload artifacts
Expand Down

0 comments on commit d0d31f6

Please sign in to comment.