From fbf9e411fe52b52f3ed43717c021f48a303b5944 Mon Sep 17 00:00:00 2001 From: Haofan Zheng Date: Fri, 12 May 2023 17:31:43 -0700 Subject: [PATCH] removed newline in folded str in release --- .github/workflows/create-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 049d14b..c870103 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -24,14 +24,14 @@ jobs: env: SOLC_BIN: ${{ github.workspace }}/build/solc-static-linux - SOLC_FLAGS: > + SOLC_FLAGS: >- --optimize --optimize-runs 200 --revert-strings strip --via-ir --overwrite --base-path ${{ github.workspace }} --output-dir ${{ github.workspace }}/build/ - SOLC_VER_CMD: > + SOLC_VER_CMD: >- ${{ github.workspace }}/build/solc-static-linux --version | tail -n 1 | sed -e "s/^Version: //g" RELE_NOTE: ${{ github.workspace }}/build/release_note.md