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 d118331 commit 459eae9Copy full SHA for 459eae9
.github/workflows/bundle.yml
@@ -46,9 +46,9 @@ jobs:
46
- uses: actions/download-artifact@v4
47
with:
48
pattern: scim2-${{ github.ref_name }}-*
49
+ - name: Display structure of downloaded files
50
+ run: ls -R
51
- uses: softprops/action-gh-release@v2
52
- files: |
- scim2-${{ github.ref_name }}-windows-latest
53
- scim2-${{ github.ref_name }}-ubuntu-latest
54
- scim2-${{ github.ref_name }}-macos-latest
+ files:
+ scim2-${{ github.ref_name }}-*
0 commit comments