From 59ef99f2004ae6534206e5cd4f63be4221e73326 Mon Sep 17 00:00:00 2001 From: sunglocto Date: Tue, 12 Aug 2025 11:36:27 +0100 Subject: [PATCH] Attempt to fix freebsd workflow --- .github/workflows/freebsd.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 462e9c2..f788bfc 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -28,4 +28,8 @@ jobs: go build -buildvcs=false . ls git clone https://github.com/actions/upload-artifact.git + cd upload-artifact + npm install + npm run build + cd .. node ./upload-artifact/dist/index.js -n pi-binary-freebsd -p pi-im