mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-25 04:11:42 -04:00
fix actions
This commit is contained in:
parent
d4543c518c
commit
46d2c8cd23
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -97,7 +97,7 @@ jobs:
|
|||
run: |
|
||||
cd ${{ github.workspace }}/build
|
||||
cmake --build . --config RelWithDebInfo --parallel
|
||||
rm ./bin/nightly/resources/.geode_cache
|
||||
rm ${{ github.workspace }}/bin/nightly/resources/.geode_cache
|
||||
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
|
|
Loading…
Add table
Reference in a new issue