We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bdac2c commit 376306aCopy full SHA for 376306a
1 file changed
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Checkout repository
39
uses: actions/checkout@v6
40
- name: Configure CMake
41
- run: cmake -B ${{ github.workspace }}\xbuild -S . -DCMAKE_BUILD_TYPE=Release
+ run: cmake -B ${{ github.workspace }}\build -S . -DCMAKE_BUILD_TYPE=Release
42
- name: Build Target
43
run: cmake --build ${{ github.workspace }}\build --config Release
44
- name: Package Asset
0 commit comments