change "Delete resource cache file" to "Clean Up Resources"

This commit is contained in:
ConfiG 2023-08-02 14:00:29 +03:00
parent 454d0f5f71
commit a9114c8ba7
No known key found for this signature in database
GPG key ID: 44DA1983F524C11B

View file

@ -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