merge Build and Clean Up Resources

like they were supposed to be oops
This commit is contained in:
ConfiG 2023-08-03 00:59:55 +03:00
parent b07834b086
commit d4543c518c
No known key found for this signature in database
GPG key ID: 44DA1983F524C11B

View file

@ -97,9 +97,7 @@ jobs:
run: |
cd ${{ github.workspace }}/build
cmake --build . --config RelWithDebInfo --parallel
- name: Clean Up Resources
run: rm ./bin/nightly/resources/.geode_cache
rm ./bin/nightly/resources/.geode_cache
- name: Upload Artifacts
uses: actions/upload-artifact@v3