Skip to content

Commit 6e899c8

Browse files
Merge pull request #259 from Sebastian-Webster/258-os-compatibility-workflow-has-artefact-upload-conflicts
Fix os-compatibility workflow artifact name conflicts
2 parents 0f6a3ac + 87d8c7b commit 6e899c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/os-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
if: ${{ failure() }}
4646
uses: actions/[email protected]
4747
with:
48-
name: node-${{ matrix.node-version }}
48+
name: os-${{ matrix.os }}-node-${{ matrix.node-version }}-mysql-${{ matrix.version-requirement }}
4949
path: ${{ runner.os == 'Windows' && 'C:\\Users\\RUNNER~1\\mysqlmsn' || '/tmp/mysqlmsn' }}
5050
compression-level: 9
5151

0 commit comments

Comments
 (0)