Skip to content

Commit

Permalink
ci(github): fix make build on publish (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
villevsv-upcloud authored Jul 3, 2024
1 parent e875ffc commit 7040c13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
id: get_tag
run: echo "##[set-output name=tag;]$(echo ${GITHUB_REF#refs/tags/})"
- name: Build
run: make submodules && \
run: |
make submodules && \
make build
- name: Install UpBound CLI
run: |
Expand Down

0 comments on commit 7040c13

Please sign in to comment.