Skip to content

Commit 4fd5459

Browse files
committed
Fix path to artifacts again
1 parent 5fe08e9 commit 4fd5459

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ jobs:
8181
with:
8282
name: v${{ inputs.version }}
8383
tag: ${{ inputs.tag }}
84-
artifacts: "pkgs/*"
84+
artifacts: |
85+
pkgs/HelixNavigator-1.0.0-linux-x64.deb/helixnavigator_1.0.0-1_amd64.deb,
86+
pkgs/HelixNavigator-1.0.0-macOS-x64.dmg/HelixNavigator-1.0.0.dmg,
87+
pkgs/HelixNavigator-1.0.0-windows-x64.msi/HelixNavigator-1.0.0.msi
8588
draft: true
8689
prerelease: true

0 commit comments

Comments
 (0)