Skip to content

Commit

Permalink
fix(deploy): Fixed CD workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
FranCalveyra committed Dec 30, 2024
1 parent f2ff529 commit e513bc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
echo "BINARY_NAME=rpl-service" >> $GITHUB_ENV
else
echo "BINARY_NAME=rpl-service-dev" >> $GITHUB_ENV
fi
shell: /usr/bin/bash -e {0}

- name: Build binary
run: go build -o ${{ env.BINARY_NAME }} ../../main/main.go
Expand Down

0 comments on commit e513bc7

Please sign in to comment.