Skip to content

Commit 63a2e70

Browse files
author
mike dupont
committed
get rid of final slash that produces // double slashes
1 parent f7809db commit 63a2e70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
156156
run: |
157157
MODIFIED_BRANCH_NAME=${BRANCH_NAME/\//-}
158-
OUTPUT_DIR="profile/profile-data/${MODIFIED_BRANCH_NAME}/"
158+
OUTPUT_DIR="profile/profile-data/${MODIFIED_BRANCH_NAME}"
159159
OUTPUT_TEST_DIR="${OUTPUT_DIR}/profile-data-${{matrix.chunk}}-${{ matrix.perf }}-${{ matrix.node_version }}"
160160
161161
echo "MODIFIED_BRANCH_NAME=${MODIFIED_BRANCH_NAME}" >> "$GITHUB_ENV"

src/mina

Submodule mina updated 149 files

0 commit comments

Comments
 (0)