mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-14 12:55:07 +00:00
fix: incorrect parenthesis
This commit is contained in:
parent
cb30b8c173
commit
8ae1345b9e
@ -39,7 +39,7 @@ jobs:
|
||||
- name: Get pnpm store directory
|
||||
id: pnpm-cache
|
||||
run: |
|
||||
echo "{pnpm_cache_dir}={pnpm store path}" >> $GITHUB_OUTPUT
|
||||
echo "pnpm_cache_dir=$(pnpm store path)" >> $GITHUB_OUTPUT
|
||||
- uses: actions/cache@v3
|
||||
name: Setup pnpm cache
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user