mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
Fix the links for generated binaries
This commit is contained in:
@@ -104,7 +104,7 @@ jobs:
|
||||
run: |
|
||||
cd images
|
||||
ls
|
||||
../tools/launchpad/generate_launchpad_config.sh ${{ steps.deployment.outputs.page_url }}
|
||||
../tools/launchpad/generate_launchpad_config.sh
|
||||
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v2
|
||||
|
||||
@@ -23,13 +23,11 @@
|
||||
#
|
||||
# Above mentioned binaries are generated by the ci
|
||||
|
||||
IMAGE_URL=$1
|
||||
|
||||
OUT_FILE=launchpad.toml
|
||||
|
||||
cat <<EOF >> $OUT_FILE
|
||||
esp_toml_version = 1.0
|
||||
firmware_images_url = $1
|
||||
firmware_images_url = "https://espressif.github.io/esp-matter/"
|
||||
|
||||
EOF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user