Skip to content

Commit

Permalink
further disambiguate downlevel artifact upload name (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfriesen authored Jan 22, 2024
1 parent b2f9335 commit 538e530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ jobs:
uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6
if: ${{ always() }}
with:
name: logs_dnlvl_win${{ matrix.windows }}_${{ matrix.configuration }}_${{ matrix.platform }}
name: logs_downlevel_${{ matrix.downlevel_release }}_win${{ matrix.windows }}_${{ matrix.configuration }}_${{ matrix.platform }}
path: artifacts/logs
- name: Check Drivers
if: ${{ always() }}
Expand Down

0 comments on commit 538e530

Please sign in to comment.