diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 2557122a..360dccbc 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -73,7 +73,7 @@ jobs: run: cmake --build ${{github.workspace}}/build --config Release - name: Locate binary - run: dir ${{github.workspace}}/build/src + run: dir ${{github.workspace}}/build/src/Release # - name: Save binary # uses: actions/upload-artifact@v3 # with: