diff --git a/.github/workflows/ci-geode.yml b/.github/workflows/ci-geode.yml index dc23ac8..306d00d 100644 --- a/.github/workflows/ci-geode.yml +++ b/.github/workflows/ci-geode.yml @@ -29,6 +29,7 @@ jobs: uses: geode-sdk/build-geode-mod@main with: combine: true + ccache-variant: '' configure-args: "-DBUILD_STANDALONE=OFF" target: ${{ matrix.config.target }} @@ -43,5 +44,5 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: Build Output + name: OpenHack-Geode path: ${{ steps.build.outputs.build-output }} \ No newline at end of file