Skip to content

Commit 50354b3

Browse files
committed
build: Fix name of wheels
1 parent 80d0e6e commit 50354b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,5 @@ jobs:
200200
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
201201
run: |
202202
gh release upload ${{ github.ref_name }} panda3d-1.11.0-cp311-cp311-macosx_11_0_arm64.whl
203-
gh release upload ${{ github.ref_name }} panda3d-1.11.0-cp311-cp311-macosx_11_0_x86_64.whl
203+
gh release upload ${{ github.ref_name }} panda3d-1.11.0-cp311-cp311-macosx_10_9_x86_64.whl
204+
gh release upload ${{ github.ref_name }} panda3d-1.11.0-cp311-cp311-macosx_10_9_universal2.whl

0 commit comments

Comments
 (0)