Skip to content

Commit d2f5994

Browse files
committed
Include OS in artifact name
1 parent ed32480 commit d2f5994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Upload artifacts
8787
uses: actions/upload-artifact@v4
8888
with:
89-
name: distributions-${{ matrix.python.version }}-${{ matrix.discord-py.NAME }}
89+
name: distributions-${{ matrix.os }}-${{ matrix.python.version }}-${{ matrix.discord-py.NAME }}
9090
path: dist/*
9191

9292
upload_pypi:

0 commit comments

Comments
 (0)