Skip to content

Commit

Permalink
Fix: sedを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Mar 30, 2024
1 parent 9cbaad4 commit f6e2076
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
- windows-cpu-prepackage
- windows-directml-prepackage
- macos-cpu-prepackage
- android-cpu-prepackage
include:
# Linux NVIDIA GPU
- artifact_name: linux-nvidia-prepackage
Expand Down Expand Up @@ -555,10 +554,10 @@ jobs:
run: |
# GTM ID
gtm_id=$(jq -er '.gtm_container_id' resource/editor/metas.json)
$sed -i 's/VITE_GTM_CONTAINER_ID=.*/VITE_GTM_CONTAINER_ID='"$gtm_id"'/' .env.production
sed -i 's/VITE_GTM_CONTAINER_ID=.*/VITE_GTM_CONTAINER_ID='"$gtm_id"'/' .env.production
# Engine host
$sed -i 's|http://127.0.0.1:50021|local|g' .env.production
sed -i 's|http://127.0.0.1:50021|local|g' .env.production
- name: Generate public/licenses.json
run: npm run license:generate -- -o public/licenses.json
Expand Down

0 comments on commit f6e2076

Please sign in to comment.