Attempt to fix freebsd workflow
This commit is contained in:
2
.github/workflows/freebsd.yml
vendored
2
.github/workflows/freebsd.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
pkg install -y node
|
pkg install -y node
|
||||||
run: |
|
run: |
|
||||||
go version
|
go version
|
||||||
go build .
|
go build -buildvcs=false .
|
||||||
ls
|
ls
|
||||||
git clone https://github.com/actions/upload-artifact.git
|
git clone https://github.com/actions/upload-artifact.git
|
||||||
node ./upload-artifact/dist/index.js -n pi-binary-freebsd -p pi-im
|
node ./upload-artifact/dist/index.js -n pi-binary-freebsd -p pi-im
|
||||||
|
Reference in New Issue
Block a user