We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b075f8c commit d7e8b2bCopy full SHA for d7e8b2b
.github/workflows/build-linux.yml
@@ -67,5 +67,6 @@ jobs:
67
uses: actions/upload-artifact@v4
68
with:
69
name: ${{ env.PKG }}
70
- path: ./build/${{ env.PKG }}
+ # use globbing to include subdir in zip
71
+ path: ./build/${{ env.PKG }}*
72
0 commit comments