This commit is contained in:
parent
e7acd85aef
commit
0f3f80cd20
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ jobs:
|
|||
|
||||
# Step 3: Set the working directory and build the project
|
||||
- run: go build -x -v -o=stbackend -buildvcs=true ./cmd/stbackend/main.go
|
||||
working-directory: ./Backend
|
||||
working-directory: /workspace/ScheduleTogether/Backend
|
||||
|
||||
# Step 4: Upload the build artifact
|
||||
- uses: actions/upload-artifact@v3
|
||||
|
|
Loading…
Reference in a new issue