mirror of
https://github.com/bkaradzic/bgfx.cmake.git
synced 2026-02-17 13:02:33 +01:00
release: Fix typo in file directory
This commit is contained in:
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user