diff --git a/.github/workflows/BuildTest.yml b/.github/workflows/BuildTest.yml index 4bc2f5e9..31a61c2d 100644 --- a/.github/workflows/BuildTest.yml +++ b/.github/workflows/BuildTest.yml @@ -228,4 +228,5 @@ jobs: update_web_installer: name: Update Web Installer After Release if: ${{( always() && !cancelled() ) && needs.bootstrap.outputs.release_flag == 1 && needs.bootstrap.outputs.mock == 0 }} - uses: sle118/squeezelite-esp32/.github/workflows/web_deploy.yml \ No newline at end of file + steps: + - uses: sle118/squeezelite-esp32/.github/workflows/web_deploy.yml \ No newline at end of file