mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
split workflow steps
This commit is contained in:
@@ -70,10 +70,10 @@ jobs:
|
||||
wavesrv/go.sum
|
||||
waveshell/go.sum
|
||||
scripthaus/go.sum
|
||||
- working-directory: scripthaus
|
||||
run: |
|
||||
go mod download
|
||||
CGO_ENABLED=1 go build -o ../scripthaus cmd/main.go
|
||||
- run: go mod download
|
||||
working-directory: ./scripthaus
|
||||
- run: CGO_ENABLED=1 go build -o ../scripthaus cmd/main.go
|
||||
working-directory: ./scripthaus
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{env.NODE_VERSION}}
|
||||
|
||||
Reference in New Issue
Block a user