diff --git a/.github/workflows/build-release-on-tag.yml b/.github/workflows/build-release-on-tag.yml index 906c1f2..1857fc6 100644 --- a/.github/workflows/build-release-on-tag.yml +++ b/.github/workflows/build-release-on-tag.yml @@ -67,7 +67,9 @@ jobs: cmake .. && make - name: Build the overclocked versions - run: cmake -DOVERCLOCKING=288 .. && make && \ + run: | + cd build && \ + cmake -DOVERCLOCKING=288 .. && make && \ cmake -DOVERCLOCKING=300 .. && make && \ cmake -DOVERCLOCKING=312 .. && make && \ cmake -DOVERCLOCKING=333 .. && make && \