Skip to content

Commit b33f161

Browse files
authored
Update prerelease.yml
1 parent cbbb5be commit b33f161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
env:
4747
ARTIFACT_NAME: "${{ matrix.build_target }}"
4848
run: |
49-
echo "ARTIFACT_NAME=${ARTIFACT_NAME/-/:}" >> $GITHUB_ENV
49+
echo "ARTIFACT_NAME=${ARTIFACT_NAME//:}" >> $GITHUB_ENV
5050
- name: Upload artifact
5151
uses: actions/upload-artifact@v4
5252
with:

0 commit comments

Comments
 (0)