Skip to content

Commit 376306a

Browse files
fix: correct build directory path in release workflow
1 parent 6bdac2c commit 376306a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Checkout repository
3939
uses: actions/checkout@v6
4040
- name: Configure CMake
41-
run: cmake -B ${{ github.workspace }}\xbuild -S . -DCMAKE_BUILD_TYPE=Release
41+
run: cmake -B ${{ github.workspace }}\build -S . -DCMAKE_BUILD_TYPE=Release
4242
- name: Build Target
4343
run: cmake --build ${{ github.workspace }}\build --config Release
4444
- name: Package Asset

0 commit comments

Comments
 (0)