Skip to content

Commit 1c10ead

Browse files
test
1 parent 22b13d3 commit 1c10ead

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/api.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ jobs:
1616
- uses: actions/setup-python@v4
1717
with:
1818
python-version: ${{ matrix.python_version }}
19+
- name: rename the file
20+
run: mv 1.txt ${{ matrix.python_version }}-1.txt
1921
- name: do the thing
2022
uses: actions/upload-artifact@v4
2123
with:
22-
name: do_the_thing-${{ matrix.python_version }}.txt
23-
path: 1.txt
24+
name: do_the_thing-${{ matrix.python_version }}
25+
path: ${{ matrix.python_version }}-1.txt
2426

2527
later:
2628
needs: [build]

0 commit comments

Comments
 (0)