Skip to content

Commit 459eae9

Browse files
committed
chore: fix GHA release filenames, again
1 parent d118331 commit 459eae9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/bundle.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
- uses: actions/download-artifact@v4
4747
with:
4848
pattern: scim2-${{ github.ref_name }}-*
49+
- name: Display structure of downloaded files
50+
run: ls -R
4951
- uses: softprops/action-gh-release@v2
5052
with:
51-
files: |
52-
scim2-${{ github.ref_name }}-windows-latest
53-
scim2-${{ github.ref_name }}-ubuntu-latest
54-
scim2-${{ github.ref_name }}-macos-latest
53+
files:
54+
scim2-${{ github.ref_name }}-*

0 commit comments

Comments
 (0)