Skip to content

Commit 446167a

Browse files
author
Snowy
committed
CI: Correct filename capitalization
1 parent 9fec4ab commit 446167a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,16 @@ jobs:
8585
- name: Rename Panda Binaries
8686
shell: powershell
8787
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
9090
9191
- name: Upload Panda Binaries
9292
shell: powershell
9393
env:
9494
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9595
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
9898
9999
build-linux:
100100
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)