minor CI fixes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: Save Raptor Build Cache
|
||||
description: Save the raptor build directory after a successful incremental build.
|
||||
description: Save the Raptor build directory after a successful incremental build.
|
||||
|
||||
inputs:
|
||||
key:
|
||||
@@ -9,7 +9,7 @@ inputs:
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- name: Save raptor build cache
|
||||
- name: Save Raptor Build Cache
|
||||
uses: actions/cache/save@v4
|
||||
with:
|
||||
path: build
|
||||
|
||||
Reference in New Issue
Block a user