Skip to content

Commit 0cb5188

Browse files
committed
Update artifact path in continuous-release.yml to reflect new build directory structure
1 parent a23f449 commit 0cb5188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuos-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/upload-artifact@v4
7878
with:
7979
name: headsetcontrol-${{ matrix.os_name }}-${{ matrix.architecture }}
80-
path: headsetcontrol-${{ matrix.os_name }}-${{ matrix.architecture }}.zip
80+
path: build/headsetcontrol-${{ matrix.os_name }}-${{ matrix.architecture }}.zip
8181

8282
create-release:
8383
needs: [build]

0 commit comments

Comments
 (0)