Skip to content

Commit

Permalink
Fix: release yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chivalryq committed May 9, 2022
1 parent e788729 commit 21474c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ jobs:
echo "LDFLAGS=${LDFLAGS}" >> $GITHUB_ENV
- name: Build
run: |
make download_vela_images
make download_vela_images_addons
make download_k3s
make download_k3d
make pack_vela_chart
${{ env.GO_BUILD_ENV }} GOOS=${{ steps.get_matrix.outputs.OS }} GOARCH=${{ steps.get_matrix.outputs.ARCH }} \
go build -ldflags "${{ env.LDFLAGS }}" \
Expand Down

0 comments on commit 21474c1

Please sign in to comment.