File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -80,11 +80,10 @@ jobs:
8080 - name : " [SETUP] Set artifact names"
8181 id : set-artifact-name
8282 run : |
83- PRE_HASH="$( git rev-parse HEAD | head -c 10 )"
8483 VERSION="${{ matrix.VERSION }}"
8584 ARCH="$( echo "${{ matrix.ARCH }}" | sed 's|/|-|g' )"
8685
87- NAME_CURR="${{ inputs.artifact_prefix }}-${PRE_HASH}-${ VERSION}-${ARCH}-${{ inputs.stage }}"
86+ NAME_CURR="${{ inputs.artifact_prefix }}-${VERSION}-${ARCH}-${{ inputs.stage }}"
8887 echo "curr=${NAME_CURR}" >> $GITHUB_OUTPUT
8988
9089
Original file line number Diff line number Diff line change @@ -62,11 +62,10 @@ jobs:
6262 - name : " [SETUP] Set artifact names"
6363 id : set-artifact-name
6464 run : |
65- PRE_HASH="$( git rev-parse HEAD | head -c 10 )"
6665 VERSION="${{ matrix.VERSION }}"
6766 ARCH="$( echo "${{ matrix.ARCH }}" | sed 's|/|-|g' )"
6867
69- NAME_CURR="${{ inputs.artifact_prefix }}-${PRE_HASH}-${ VERSION}-${ARCH}-${{ inputs.stage }}"
68+ NAME_CURR="${{ inputs.artifact_prefix }}-${VERSION}-${ARCH}-${{ inputs.stage }}"
7069 echo "curr=${NAME_CURR}" >> $GITHUB_OUTPUT
7170
7271
You can’t perform that action at this time.
0 commit comments