Skip to content

Commit fdb6f5e

Browse files
committed
Include tools/ and Makefile in release archive for 'make abiname'
1 parent a157a55 commit fdb6f5e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/buildcommit.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,10 @@ jobs:
133133
cp -r artifacts/win_x64 release/lib/
134134
cp -r artifacts/win_arm64 release/lib/
135135
136-
# Copy headers and documentation
136+
# Copy headers, tools, and documentation
137137
cp -r stackman release/
138-
cp README.md LICENSE CHANGELOG.md release/
138+
cp -r tools release/
139+
cp Makefile README.md LICENSE CHANGELOG.md release/
139140
140141
# Create version-specific archive
141142
VERSION=${GITHUB_REF#refs/tags/v}

0 commit comments

Comments
 (0)