mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
update build-helper.yml (use local scripthaus)
This commit is contained in:
parent
aeacfb094e
commit
fc12dcac2f
7
.github/workflows/build-helper.yml
vendored
7
.github/workflows/build-helper.yml
vendored
@ -73,11 +73,6 @@ jobs:
|
||||
- run: |
|
||||
go work use ./scripthaus;
|
||||
cd scripthaus;
|
||||
pwd;
|
||||
ls -l;
|
||||
cat go.mod;
|
||||
ls -l cmd/main.go;
|
||||
go version;
|
||||
go get ./...;
|
||||
CGO_ENABLED=1 go build -o ../scripthaus cmd/main.go
|
||||
- uses: actions/setup-node@v4
|
||||
@ -85,7 +80,7 @@ jobs:
|
||||
node-version: ${{env.NODE_VERSION}}
|
||||
cache: 'yarn'
|
||||
- run: yarn --frozen-lockfile
|
||||
- run: scripthaus run build-package-linux
|
||||
- run: ./scripthaus run build-package-linux
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: waveterm-build-linux-x64
|
||||
|
Loading…
Reference in New Issue
Block a user