Fix the links for generated binaries

This commit is contained in:
Shubham Patil
2022-12-20 15:43:06 +05:30
parent 5e5baeb72e
commit d5423917f6
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -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
+1 -3
View File
@@ -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