Skip to content

Commit

Permalink
Revert broken artifact naming (#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmm authored Sep 3, 2020
1 parent 63588e8 commit 0e26d41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,8 @@ endif

# Copy artifacts for upload to GitHub.
mkdir -p bin/github
$(foreach var,$(VALIDARCHES), cp bin/$(var)/install bin/github/install-$(var);)
$(foreach var,$(VALIDARCHES), cp bin/$(var)/calico bin/github/calico-$(var);)
$(foreach var,$(VALIDARCHES), cp bin/$(var)/calico-ipam bin/github/calico-ipam-$(var);)
cp bin/windows/calico.exe bin/github/calico.exe
cp bin/windows/calico-ipam.exe bin/github/calico-ipam.exe

Expand Down

0 comments on commit 0e26d41

Please sign in to comment.