Skip to content

Commit d7e8b2b

Browse files
committed
fixup! zip basedir
1 parent b075f8c commit d7e8b2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,6 @@ jobs:
6767
uses: actions/upload-artifact@v4
6868
with:
6969
name: ${{ env.PKG }}
70-
path: ./build/${{ env.PKG }}
70+
# use globbing to include subdir in zip
71+
path: ./build/${{ env.PKG }}*
7172

0 commit comments

Comments
 (0)