Skip to content

Commit 13704f2

Browse files
authored
Fix globs for files to upload
1 parent a965292 commit 13704f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-sign-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jobs:
288288
name: ${{ github.event.inputs.release_name }}
289289
tag_name: ${{ github.run_id }}
290290
files: |
291-
artifacts_pub/
291+
artifacts_pub/**/*
292292
body: |
293293
# Signed Release ${{ github.event.inputs.release_name }}
294294

0 commit comments

Comments
 (0)