From 93fdf98d7a20ce062c1f44c08fef2243cb6482f8 Mon Sep 17 00:00:00 2001 From: Stevan Andjelkovic Date: Mon, 4 Nov 2024 10:27:38 +0100 Subject: [PATCH] ci: again --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fa39cc9..32dab97 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,7 @@ bump: @echo "New version!" # https://github.com/actions/runner/issues/2224 ifeq ($(findstring mingw64_nt,$(OS)),mingw64_nt) - echo "new-version=$(CABAL_VERSION)" >> $Env:GITHUB_OUTPUT + echo "new-version=$(CABAL_VERSION)" >> $$Env:GITHUB_OUTPUT else echo "new-version=$(CABAL_VERSION)" >> $(GITHUB_OUTPUT) endif