Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfzc committed Mar 2, 2023
1 parent e8e0f02 commit 9ed2523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ build_windows:
rm ./assets/marp-cli.zip
GOOS=windows GOARCH=amd64 ${GOCMD} build -o cgp_windows ./cmd/cgp
zip cgp_windows.zip cgp_windows
rm ./assets/marp.exe

build_macos:
wget https://github.com/marp-team/marp-cli/releases/download/${MARP_VER}/marp-cli-${MARP_VER}-mac.tar.gz -O ./assets/marp-cli.tar.gz
Expand All @@ -29,7 +30,6 @@ build_macos:
chmod +x ./assets/marp
GOOS=darwin GOARCH=amd64 ${GOCMD} build -o cgp_macos ./cmd/cgp
zip cgp_macos.zip cgp_macos
rm ./assets/marp-cli.tar.gz
rm ./assets/marp

test:
Expand Down

0 comments on commit 9ed2523

Please sign in to comment.