Skip to content

Commit 4a83db2

Browse files
committed
Attempt to fix paths again
1 parent 332e6ad commit 4a83db2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/[email protected]
6161
with:
6262
name: HelixNavigator-${{ inputs.version }}-${{ matrix.artifact-name }}
63-
path: app/build/package
63+
path: app/build/package/*
6464

6565
release:
6666
needs: build
@@ -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/*"
8282
draft: true
8383
prerelease: true

0 commit comments

Comments
 (0)