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 259eab1 commit d118331Copy full SHA for d118331
.github/workflows/bundle.yml
@@ -48,4 +48,7 @@ jobs:
48
pattern: scim2-${{ github.ref_name }}-*
49
- uses: softprops/action-gh-release@v2
50
with:
51
- files: scim2-${{ github.ref_name }}-*
+ 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