Skip to content

Commit 192ae40

Browse files
authored
Merge pull request AnalogJ#744 from mcarbonne/fix_ci
Fix CI (conflicting artifact names)
2 parents a58f944 + d11bf0a commit 192ae40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Archive
109109
uses: actions/upload-artifact@v4
110110
with:
111-
name: binaries.zip
111+
name: binaries-${{ matrix.cfg.on }}-${{ matrix.cfg.goos }}-${{ matrix.cfg.goarch }}-${{ matrix.cfg.goarm || 'na' }}.zip
112112
path: |
113113
scrutiny-web-*
114114
scrutiny-collector-metrics-*

0 commit comments

Comments
 (0)