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
All checks were successful
Go CI with S3 Caching / build-and-test (push) Successful in 1m18s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user