fix: add -buildvcs=false flag and remove debug step
Some checks failed
Release / build (push) Failing after 5m39s
Some checks failed
Release / build (push) Failing after 5m39s
This commit is contained in:
@@ -20,14 +20,6 @@ jobs:
|
||||
cp -r project/* .
|
||||
cp -r project/.* . 2>/dev/null || true
|
||||
|
||||
- name: Debug
|
||||
run: |
|
||||
echo "=== Project dir ==="
|
||||
ls -la project/
|
||||
echo "=== Current dir ==="
|
||||
pwd
|
||||
ls -la
|
||||
|
||||
- name: Download dependencies
|
||||
run: go mod download
|
||||
|
||||
@@ -38,7 +30,7 @@ jobs:
|
||||
arch=${p#*/}
|
||||
ext=""
|
||||
[ "$os" = "windows" ] && ext=".exe"
|
||||
GOOS=$os GOARCH=$arch go build -o "yoo-${os}-${arch}${ext}" ./cmd/yoyo
|
||||
GOOS=$os GOARCH=$arch go build -buildvcs=false -o "yoo-${os}-${arch}${ext}" ./cmd/yoyo
|
||||
done
|
||||
|
||||
- name: Checksums
|
||||
|
||||
Reference in New Issue
Block a user