Skip to content

Commit 63f26fc

Browse files
committed
Add build binaries for Ubuntu 24.04
1 parent 9d742f5 commit 63f26fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_and_release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@ jobs:
130130
name: binaries-ubuntu-22.04
131131
path: ${{ env.DIST_DIR_NAME }}
132132

133+
- uses: actions/download-artifact@v4
134+
with:
135+
name: binaries-ubuntu-24.04
136+
path: ${{ env.DIST_DIR_NAME }}
137+
133138
- uses: actions/download-artifact@v4
134139
with:
135140
name: wheel

0 commit comments

Comments
 (0)