From 5e7ab93e4ab9f377d48bd13240fc3b3051fe90af Mon Sep 17 00:00:00 2001 From: Sebastien L Date: Fri, 7 Oct 2022 15:29:05 -0400 Subject: [PATCH] WIP Workflow [skip actions] --- .github/workflows/BuildTest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/BuildTest.yml b/.github/workflows/BuildTest.yml index 31a61c2d..5b8f07e0 100644 --- a/.github/workflows/BuildTest.yml +++ b/.github/workflows/BuildTest.yml @@ -227,6 +227,7 @@ jobs: asset_content_type: application/octet-stream update_web_installer: name: Update Web Installer After Release + runs-on: ubuntu-latest if: ${{( always() && !cancelled() ) && needs.bootstrap.outputs.release_flag == 1 && needs.bootstrap.outputs.mock == 0 }} steps: - uses: sle118/squeezelite-esp32/.github/workflows/web_deploy.yml \ No newline at end of file