mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
merge Build and Clean Up Resources
like they were supposed to be oops
This commit is contained in:
parent
b07834b086
commit
d4543c518c
1 changed files with 1 additions and 3 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue