Skip to content

Commit

Permalink
Merge pull request #5974 from BOINC/vko_fix_windows_logs_upload
Browse files Browse the repository at this point in the history
[ci] fix upload windows logs on ci
  • Loading branch information
AenBleidd authored Dec 25, 2024
2 parents e33ffbd + 055f13e commit b4284da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
if: ${{failure()}}
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
with:
name: windows_logs_${{matrix.type}}_${{github.event.pull_request.head.sha}}
name: windows_logs_${{matrix.type}}_${{matrix.platform}}_${{github.event.pull_request.head.sha}}
path: deploy/logs.7z

- name: Prepare artifacts for deploy
Expand Down

0 comments on commit b4284da

Please sign in to comment.