@@ -85,16 +85,16 @@ jobs:
85
85
- name : Rename Panda Binaries
86
86
shell : powershell
87
87
run : |
88
- Rename-Item Panda3D-1.11.0-py3.11-x64.exe Panda3d-Windows-x64-${{ github.ref_name }} .exe
89
- Rename-Item panda3d-1.11.0-cp311-cp311-win_amd64.whl Panda3d-Windows-x64-${{ github.ref_name }} .whl
88
+ Rename-Item Panda3D-1.11.0-py3.11-x64.exe Panda3d-Windows-x64.exe
89
+ Rename-Item panda3d-1.11.0-cp311-cp311-win_amd64.whl Panda3d-Windows-x64.whl
90
90
91
91
- name : Upload Panda Binaries
92
92
shell : powershell
93
93
env :
94
94
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
95
95
run : |
96
- gh release upload ${{ github.ref_name }} Panda3d-Windows-x64-${{ github.ref_name }} .exe
97
- gh release upload ${{ github.ref_name }} Panda3d-Windows-x64-${{ github.ref_name }} .whl
96
+ gh release upload ${{ github.ref_name }} Panda3d-Windows-x64.exe
97
+ gh release upload ${{ github.ref_name }} Panda3d-Windows-x64.whl
98
98
99
99
build-linux :
100
100
runs-on : ubuntu-latest
@@ -195,12 +195,12 @@ jobs:
195
195
196
196
- name : Rename Panda Binaries
197
197
run : |
198
- mv panda3d1.11_1.11.0_amd64.deb Panda3D-Linux-x64-${{ github.ref_name }} .deb
199
- mv panda3d-1.11.0-cp311-cp311-linux_x86_64.whl Panda3D-Linux-x64-${{ github.ref_name }} .whl
198
+ mv panda3d1.11_1.11.0_amd64.deb Panda3D-Linux-x64.deb
199
+ mv panda3d-1.11.0-cp311-cp311-linux_x86_64.whl Panda3D-Linux-x64.whl
200
200
201
201
- name : Upload Panda Binaries
202
202
env :
203
203
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
204
204
run : |
205
- gh release upload ${{ github.ref_name }} Panda3D-Linux-x64-${{ github.ref_name }} .deb
206
- gh release upload ${{ github.ref_name }} Panda3D-Linux-x64-${{ github.ref_name }} .whl
205
+ gh release upload ${{ github.ref_name }} Panda3D-Linux-x64.deb
206
+ gh release upload ${{ github.ref_name }} Panda3D-Linux-x64.whl
0 commit comments