Skip to content

Commit

Permalink
ci(global): always upload client log
Browse files Browse the repository at this point in the history
  • Loading branch information
b-zee committed Dec 11, 2024
1 parent a9a806c commit 7c73817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ jobs:
platform: ${{ matrix.os }}

- name: DEBUG -- Upload client log
if: inputs.platform == 'ubuntu-latest'
if: always()
uses: actions/upload-artifact@main
with:
compression-level: 9
Expand Down

0 comments on commit 7c73817

Please sign in to comment.