File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -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.exe
89
- Rename-Item panda3d-1.11.0-cp311-cp311-win_amd64.whl Panda3d -Windows-x64.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.exe
97
- gh release upload ${{ github.ref_name }} Panda3d -Windows-x64.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
You can’t perform that action at this time.
0 commit comments