diff --git a/.gitea/actions/go-cache/action.yml b/.gitea/actions/go-cache/action.yml index 0928136..52429aa 100644 --- a/.gitea/actions/go-cache/action.yml +++ b/.gitea/actions/go-cache/action.yml @@ -51,7 +51,7 @@ runs: shell: bash run: | echo "Installing custom Cloudflare-compatible go-cache-plugin..." - cd "${{ github.workspace }}/go-cache-plugin-src" + cd "${{ github.action_path }}/../../../go-cache-plugin-src" go build -o $HOME/go/bin/go-cache-plugin ./cmd/go-cache-plugin - name: Configure Go Cache