Skip to content

Commit

Permalink
ci: more
Browse files Browse the repository at this point in the history
  • Loading branch information
stevana committed Nov 4, 2024
1 parent 93fdf98 commit a35ba19
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 @@ -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)" | Out-File -FilePath $$Env:GITHUB_OUTPUT -Encoding utf8 -Append
else
echo "new-version=$(CABAL_VERSION)" >> $(GITHUB_OUTPUT)
endif
Expand Down

0 comments on commit a35ba19

Please sign in to comment.