Skip to content

Commit

Permalink
Add suffix to uploaded build log artifacts
Browse files Browse the repository at this point in the history
This should resolve the conflicts
  • Loading branch information
fwcd committed Jul 8, 2024
1 parent 333ef32 commit 3aee565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: 'vcpkg-buildlogs-${{ matrix.triplet }}'
name: 'vcpkg-buildlogs-${{ matrix.triplet }}${{ matrix.suffix }}'
path: ${{ env.VCPKG_ROOT }}/buildtrees/**/*.log
- name: Save vcpkg cache
uses: actions/cache/save@v3
Expand Down

0 comments on commit 3aee565

Please sign in to comment.