Attach successful build file

This commit is contained in:
kjake 2025-01-20 15:30:47 -05:00
parent 49c3be3188
commit 4197b4267f
1 changed files with 7 additions and 0 deletions

View File

@ -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