We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3db480 commit e1e2cd2Copy full SHA for e1e2cd2
.github/workflows/ts_release.yml
@@ -42,6 +42,7 @@ jobs:
42
run: |
43
LDFLAGS="-s -w -checklinkname=0"
44
mkdir -p dist
45
+ cd server
46
47
# Linux
48
GOOS=linux GOARCH=amd64 go build -ldflags="$LDFLAGS" -tags=nosqlite -trimpath -o dist/TorrServer-linux-amd64 ./cmd
0 commit comments