We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8538636 commit 259eab1Copy full SHA for 259eab1
1 file changed
.github/workflows/bundle.yml
@@ -46,7 +46,6 @@ jobs:
46
- uses: actions/download-artifact@v4
47
with:
48
pattern: scim2-${{ github.ref_name }}-*
49
- path: dist
50
- uses: softprops/action-gh-release@v2
51
52
- files: dist/*
+ files: scim2-${{ github.ref_name }}-*
0 commit comments