diff --git a/save/README.md b/save/README.md index 139b136..10ec998 100644 --- a/save/README.md +++ b/save/README.md @@ -24,10 +24,9 @@ steps: - uses: actions/checkout@v3 - name: Install Dependencies - if: steps.cache.outputs.cache-hit != 'true' run: /install.sh - - name: Build common artifacts + - name: Build artifacts run: /build.sh - uses: actions/cache/save@v3