Skip to content

Commit a911717

Browse files
ci: Use different names for build logs
1 parent 5391d2a commit a911717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: "🪵 Upload log"
5858
uses: actions/upload-artifact@v4
5959
with:
60-
name: ${{ matrix.config }}-build-log
60+
name: build-log-${{ matrix.platform }}-${{ matrix.config }}
6161
path: log
6262
- name: ${{ format('🪄 Rename binary ({0})', matrix.config) }}
6363
run: |

0 commit comments

Comments
 (0)