Skip to content

Commit 4703995

Browse files
committed
Fix GHA sdist artifact name
1 parent 83c4da8 commit 4703995

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
&& matrix.python-version == '3.14'
264264
uses: actions/upload-artifact@v7
265265
with:
266-
name: zodbpickle-${{ github.ref_name }}.tar.gz
266+
name: zodbpickle.tar.gz
267267
path: dist/*gz
268268

269269
test:

0 commit comments

Comments
 (0)