diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 9391efb..f549748 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -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