Debug CI x10 (COMBO!)

This commit is contained in:
zervo 2024-12-05 21:48:05 +01:00
parent a8ff072abe
commit a118655e0b

View file

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