소스 검색

Adjust artifacts target folder [skip actions]

Sébastien 2 년 전
부모
커밋
a2c16decee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/web_deploy.yml

+ 1 - 1
.github/workflows/web_deploy.yml

@@ -20,4 +20,4 @@ jobs:
           . /opt/esp/python_env/idf4.3_py3.8_env/bin/activate
           git config --global --add safe.directory /__w/squeezelite-esp32/squeezelite-esp32   
           build_tools.py manifest --flash_file "/build/flash_project_args" --outdir "./bin_files" --manif_name "manifest" --max_count 3
-          build_tools.py pushinstaller --source "./bin_files" --manif_name "manifest" --target "web-installer" --url "https://github.com/sle118/squeezelite-esp32-installer.git" --artifacts "artifacts" --web_installer_branch "main" --token "${{env.WEB_INSTALLER}}"
+          build_tools.py pushinstaller --source "./bin_files" --manif_name "manifest" --target "web-installer" --url "https://github.com/sle118/squeezelite-esp32-installer.git" --artifacts "docs/artifacts" --web_installer_branch "main" --token "${{env.WEB_INSTALLER}}"