mirror of
https://github.com/Nostalgica-Reverie/Content-Monorepo.git
synced 2026-05-09 00:24:15 +00:00
fix
This commit is contained in:
@@ -35,7 +35,6 @@ jobs:
|
||||
SHORT_SHA=$(git rev-parse --short HEAD)
|
||||
echo "short_sha=$SHORT_SHA" >> $GITHUB_OUTPUT
|
||||
|
||||
|
||||
- name: Cache Builder Binary
|
||||
id: cache-builder
|
||||
uses: actions/cache@v4
|
||||
@@ -49,7 +48,7 @@ jobs:
|
||||
|
||||
- name: Rust Cache
|
||||
if: steps.cache-builder.outputs.cache-hit != 'true'
|
||||
https://github.com/Swatinem/rust-cache@v2
|
||||
uses: https://github.com/Swatinem/rust-cache@v2
|
||||
with:
|
||||
workspaces: "src/actions/builder -> target"
|
||||
|
||||
|
||||
@@ -78,7 +78,7 @@ jobs:
|
||||
|
||||
- name: Rust Cache
|
||||
if: steps.cache-publisher.outputs.cache-hit != 'true'
|
||||
https://github.com/Swatinem/rust-cache@v2
|
||||
uses: https://github.com/Swatinem/rust-cache@v2
|
||||
with:
|
||||
workspaces: "src/actions/publish -> target"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user