This commit is contained in:
omo50
2026-04-18 15:11:38 -06:00
parent 1219c61e3f
commit 1de3b04bdb
2 changed files with 2 additions and 3 deletions

View File

@@ -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"

View File

@@ -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"