Skip to content

Commit

Permalink
fix: pipline was faulty 2
Browse files Browse the repository at this point in the history
  • Loading branch information
OnlyNico43 committed Feb 2, 2025
1 parent b0d55d9 commit ab48f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- name: build
run: cd cmd/websocket && CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o ../bin/easyflow-websocket .
run: cd cmd/websocket && CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o ../../bin/easyflow-websocket .
- name: upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit ab48f71

Please sign in to comment.