fix(cache): use github.workspace instead of github.action_path for plugin src
All checks were successful
Go CI with S3 Caching / build-and-test (push) Successful in 1m18s

This commit is contained in:
2026-05-19 21:30:12 -07:00
parent ea5f91321c
commit 80cabba1bb

View File

@@ -51,7 +51,7 @@ runs:
shell: bash
run: |
echo "Installing custom Cloudflare-compatible go-cache-plugin..."
cd "${{ github.action_path }}/go-cache-plugin-src"
cd "${{ github.workspace }}/go-cache-plugin-src"
go build -o $HOME/go/bin/go-cache-plugin ./cmd/go-cache-plugin
- name: Configure Go Cache