Skip to content

Commit 332e6ad

Browse files
committed
Attempt to fix glob pattern release action
1 parent ad7809d commit 332e6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ jobs:
7878
with:
7979
name: v${{ inputs.version }}
8080
tag: ${{ inputs.tag }}
81-
artifacts: "pkgs/HelixNavigator-${{ inputs.version }}-*"
81+
artifacts: "pkgs/*/HelixNavigator-${{ inputs.version }}-*"
8282
draft: true
8383
prerelease: true

0 commit comments

Comments
 (0)