Skip to content

Commit 7cf3e6d

Browse files
authored
Update release.yaml
1 parent 052cbaa commit 7cf3e6d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,8 @@ jobs:
7777
with:
7878
path: artifacts
7979

80-
- name: Get all wheel files
81-
id: get_files
82-
run: |
83-
echo "files=$(find artifacts -name '*.whl' | paste -s -d ' ' -)" >> $GITHUB_OUTPUT
84-
8580
- name: Create Release and Upload Assets
8681
uses: softprops/action-gh-release@v2
8782
with:
88-
files: ${{ steps.get_files.outputs.files }}
83+
files: artifacts/**/*.whl
84+

0 commit comments

Comments
 (0)