Skip to content

Commit 9c812e6

Browse files
committed
Use double quotes for variable substitution
1 parent ffdeab5 commit 9c812e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/archive.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
mkdir -p "$ARTIFACT_FOLDER_NAME/bin"
2929
30-
sed 's/__VERSION__/$VERSION/g' .github/artifactbundle.json.template > "$ARTIFACT_FOLDER_NAME/info.json"
30+
sed "s/__VERSION__/$VERSION/g" .github/artifactbundle.json.template > "$ARTIFACT_FOLDER_NAME/info.json"
3131
cp -f "${{ steps.build.outputs.path }}" "$ARTIFACT_FOLDER_NAME/bin"
3232
cp -f "LICENSE" "$ARTIFACT_FOLDER_NAME"
3333

0 commit comments

Comments
 (0)