From a02a04380812343f075b6d5df9cf700a9913cdce Mon Sep 17 00:00:00 2001 From: sunglocto Date: Tue, 12 Aug 2025 11:15:48 +0100 Subject: [PATCH] Attempt to fix freebsd workflow --- .github/workflows/freebsd.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 25a8eeb..3d2a64f 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -12,6 +12,7 @@ jobs: build: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - uses: vmactions/freebsd-vm@v1 with: usesh: true @@ -19,13 +20,11 @@ jobs: prepare: | pkg install -y go pkg install -y xorg + pkg install -y git + pkg install -y node run: | go version go build . ls - - - name: Artifact - uses: actions/upload-artifact@v4 - with: - name: pi-binary-freebsd - path: pi-im + git clone https://github.com/actions/upload-artifact.git + node ./upload-artifact/dist/index.js -n pi-binary-freebsd -p pi-im