diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a37b89bd..815e185b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,3 +30,10 @@ jobs: go mod tidy go install golang.org/x/tools/cmd/goimports@latest gmake cloudflared cleanup-go + - name: Attach Build File to Job + uses: actions/upload-artifact@v4 + with: + name: cloudflared-freebsd-amd64 + path: cloudflared/cloudflared/cloudflared + retention-days: 90 + overwrite: true \ No newline at end of file