parent
0d0537c2ed
commit
e7acd85aef
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ jobs:
|
|||
# Step 2: Set up go environment
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version-file: './Backend/go.mod'
|
||||
go-version-file: '/workspace/ScheduleTogether/Backend/go.mod'
|
||||
|
||||
# Step 3: Set the working directory and build the project
|
||||
- run: go build -x -v -o=stbackend -buildvcs=true ./cmd/stbackend/main.go
|
||||
|
|
Loading…
Reference in a new issue