We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d49a0c3 commit e234c34Copy full SHA for e234c34
1 file changed
.github/workflows/Select.yml
@@ -78,6 +78,6 @@ jobs:
78
- uses: actions/upload-artifact@v4
79
if: failure()
80
with:
81
- name: sl_$${{ matrix.config.python-version }}_$${{ matrix.config.rf-version }}_$${{ matrix.config.selenium-version }}_$${{ matrix.config.browser }}
+ name: sl_${{ matrix.config.python-version }}_${{ matrix.config.rf-version }}_${{ matrix.config.selenium-version }}_${{ matrix.config.browser }}
82
path: atest/zip_results
83
overwrite: true
0 commit comments