split workflow steps

This commit is contained in:
sawka 2024-01-16 21:27:49 -08:00
parent 5638e7857b
commit e2d0664901

View File

@ -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}}