Skip to content

Commit 259eab1

Browse files
committed
chore: fix GHA release filenames
1 parent 8538636 commit 259eab1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/bundle.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ jobs:
4646
- uses: actions/download-artifact@v4
4747
with:
4848
pattern: scim2-${{ github.ref_name }}-*
49-
path: dist
5049
- uses: softprops/action-gh-release@v2
5150
with:
52-
files: dist/*
51+
files: scim2-${{ github.ref_name }}-*

0 commit comments

Comments
 (0)