Skip to content

Commit 548c127

Browse files
committed
Fix GitHub workflows
1 parent 5981843 commit 548c127

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,9 @@ jobs:
189189
- name: Sign distribution with Sigstore
190190
uses: sigstore/[email protected]
191191
with:
192-
inputs: dist/
192+
inputs: |
193+
./dist/softfloatpy-*.whl
194+
./dist/softfloatpy-*.tar.gz
193195
194196
- name: Upload artifact signatures to GitHub Release
195197
env:

0 commit comments

Comments
 (0)