Skip to content

Commit

Permalink
Use double quotes for variable substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
nicorichard committed Oct 6, 2024
1 parent ffdeab5 commit 9c812e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/archive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
mkdir -p "$ARTIFACT_FOLDER_NAME/bin"
sed 's/__VERSION__/$VERSION/g' .github/artifactbundle.json.template > "$ARTIFACT_FOLDER_NAME/info.json"
sed "s/__VERSION__/$VERSION/g" .github/artifactbundle.json.template > "$ARTIFACT_FOLDER_NAME/info.json"
cp -f "${{ steps.build.outputs.path }}" "$ARTIFACT_FOLDER_NAME/bin"
cp -f "LICENSE" "$ARTIFACT_FOLDER_NAME"
Expand Down

0 comments on commit 9c812e6

Please sign in to comment.