Skip to content

Commit 50d8745

Browse files
authored
Merge pull request #1074 from martindevans/unique-log-artifacts-names
Fixed CI
2 parents 607db8c + b7f6bd0 commit 50d8745

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ jobs:
5353
- name: Test
5454
run: dotnet test LLamaSharp.sln -c ${{ matrix.config }} -l "console;verbosity=detailed" --diag:logs/log.txt --filter Category!=NoCI
5555
- name: Upload artifacts
56-
if: always()
5756
uses: actions/upload-artifact@v4
5857
with:
5958
path: logs/
60-
name: logs
59+
name: logs-${{ matrix.os }}

0 commit comments

Comments
 (0)