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