We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6a3ac commit 87d8c7bCopy full SHA for 87d8c7b
.github/workflows/os-compatibility.yml
@@ -45,7 +45,7 @@ jobs:
45
if: ${{ failure() }}
46
uses: actions/[email protected]
47
with:
48
- name: node-${{ matrix.node-version }}
+ name: os-${{ matrix.os }}-node-${{ matrix.node-version }}-mysql-${{ matrix.version-requirement }}
49
path: ${{ runner.os == 'Windows' && 'C:\\Users\\RUNNER~1\\mysqlmsn' || '/tmp/mysqlmsn' }}
50
compression-level: 9
51
0 commit comments