diff --git a/.github/workflows/pake-cli.yaml b/.github/workflows/pake-cli.yaml index d85d2a6..64b7674 100644 --- a/.github/workflows/pake-cli.yaml +++ b/.github/workflows/pake-cli.yaml @@ -146,7 +146,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: output-${{ inputs.platform }}.zip - path: node_modules/pake-cli/output/ + path: node_modules/pake-cli/output/* retention-days: 3 - name: rust cache store