We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7809db commit 63a2e70Copy full SHA for 63a2e70
.github/workflows/build-action.yml
@@ -155,7 +155,7 @@ jobs:
155
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
156
run: |
157
MODIFIED_BRANCH_NAME=${BRANCH_NAME/\//-}
158
- OUTPUT_DIR="profile/profile-data/${MODIFIED_BRANCH_NAME}/"
+ OUTPUT_DIR="profile/profile-data/${MODIFIED_BRANCH_NAME}"
159
OUTPUT_TEST_DIR="${OUTPUT_DIR}/profile-data-${{matrix.chunk}}-${{ matrix.perf }}-${{ matrix.node_version }}"
160
161
echo "MODIFIED_BRANCH_NAME=${MODIFIED_BRANCH_NAME}" >> "$GITHUB_ENV"
src/mina
0 commit comments