Skip to content

Commit a37fd50

Browse files
committed
Remove slash from artifact name.
1 parent 9792858 commit a37fd50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
- name: Store requirements as artifact
3232
uses: actions/upload-artifact@v3
3333
with:
34-
name: requirements/${{ matrix.python-version }}.txt
34+
name: requirements-${{ matrix.python-version }}.txt
3535
path: requirements/${{ matrix.python-version }}.txt

0 commit comments

Comments
 (0)