Skip to content

Commit 7a4e7ed

Browse files
committed
name uploaded artifacts
1 parent 1f21585 commit 7a4e7ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pyhton.generate-wrapper.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
run: python3 setup.py bdist_wheel
6161
- uses: actions/upload-artifact@v4
6262
with:
63+
name: py3p8_ubuntu_22p04_build
6364
path: python-wrapper/dist/**
6465
if-no-files-found: error
6566
py3p8_linux_sdist:
@@ -85,6 +86,7 @@ jobs:
8586
run: python3 setup.py sdist
8687
- uses: actions/upload-artifact@v4
8788
with:
89+
name: source_dist
8890
path: python-wrapper/dist/**
8991
if-no-files-found: error
9092
py3p8_windows_build:
@@ -118,5 +120,6 @@ jobs:
118120
run: python3 setup.py bdist_wheel
119121
- uses: actions/upload-artifact@v4
120122
with:
123+
name: py3p8_win_build
121124
path: python-wrapper/dist/**
122125
if-no-files-found: error

0 commit comments

Comments
 (0)