We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8895ccc commit caccb84Copy full SHA for caccb84
.github/workflows/build.yml
@@ -87,4 +87,5 @@ jobs:
87
uses: actions/upload-artifact@v4
88
with:
89
name: Musique-Linux
90
- path: dist/*/
+ path: |
91
+ dist/*
0 commit comments