Parcourir la source

WIP Workflow [skip actions]

Sebastien L il y a 2 ans
Parent
commit
2c56f2d7ae
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      .github/workflows/BuildTest.yml

+ 2 - 1
.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
+    steps:
+      - uses: sle118/squeezelite-esp32/.github/workflows/web_deploy.yml