From 4197b4267ff7e384793c88233afee232a3b95ef0 Mon Sep 17 00:00:00 2001
From: kjake <kjake@users.noreply.github.com>
Date: Mon, 20 Jan 2025 15:30:47 -0500
Subject: [PATCH] Attach successful build file

---
 .github/workflows/build.yml | 7 +++++++
 1 file changed, 7 insertions(+)

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