Skip to content

Commit caccb84

Browse files
committed
ci(github): fix linux artifact upload path to capture onefile binary instead of directories
1 parent 8895ccc commit caccb84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,5 @@ jobs:
8787
uses: actions/upload-artifact@v4
8888
with:
8989
name: Musique-Linux
90-
path: dist/*/
90+
path: |
91+
dist/*

0 commit comments

Comments
 (0)