mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 04:27:12 +03:00
Change call to web installer update
This commit is contained in:
5
.github/workflows/BuildTest.yml
vendored
5
.github/workflows/BuildTest.yml
vendored
@@ -228,8 +228,5 @@ jobs:
|
|||||||
update_web_installer:
|
update_web_installer:
|
||||||
name: Update Web Installer After Release
|
name: Update Web Installer After Release
|
||||||
needs: [ bootstrap, build ]
|
needs: [ bootstrap, build ]
|
||||||
runs-on: ubuntu-latest
|
|
||||||
if: ${{( always() && !cancelled() ) && needs.bootstrap.outputs.release_flag == 1 && needs.bootstrap.outputs.mock == 0 }}
|
if: ${{( always() && !cancelled() ) && needs.bootstrap.outputs.release_flag == 1 && needs.bootstrap.outputs.mock == 0 }}
|
||||||
steps:
|
uses: ./.github/workflows/web_deploy.yml
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- uses: ./.github/workflows/web_deploy.yml
|
|
||||||
|
|||||||
Reference in New Issue
Block a user