release: Fix typo in file directory

This commit is contained in:
Sandy Carter
2023-06-11 09:09:45 -04:00
parent b5041def8e
commit b208d0c37b

View File

@@ -97,11 +97,11 @@ jobs:
with:
submodules: recursive
fetch-depth: 0
path: src/bgfx-cmake
path: src/bgfx.cmake
- run: |
find src/bgfx-cmake -name ".git*" -exec rm -rf {} +
find src/bgfx-cmake -name ".editorconfig" -delete
rm src/bgfx-cmake/.cmake-format.py
find src/bgfx.cmake -name ".git*" -exec rm -rf {} +
find src/bgfx.cmake -name ".editorconfig" -delete
rm src/bgfx.cmake/.cmake-format.py
- uses: actions/download-artifact@v3
with:
name: windows-latest