Skip to content

Commit d118331

Browse files
committed
chore: fix GHA release filenames, again
1 parent 259eab1 commit d118331

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/bundle.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,7 @@ jobs:
4848
pattern: scim2-${{ github.ref_name }}-*
4949
- uses: softprops/action-gh-release@v2
5050
with:
51-
files: scim2-${{ github.ref_name }}-*
51+
files: |
52+
scim2-${{ github.ref_name }}-windows-latest
53+
scim2-${{ github.ref_name }}-ubuntu-latest
54+
scim2-${{ github.ref_name }}-macos-latest

0 commit comments

Comments
 (0)