diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 02a08317..a530c977 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,7 +89,7 @@ jobs: cd ${{ github.workspace }}/build cmake --build . --config RelWithDebInfo --parallel - - name: Delete resource cache file + - name: Clean Up Resources run: rm ./bin/nightly/resources/.geode_cache - name: Upload Artifacts