mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 11:36:59 +03:00
Update Platform_build.yml [skip actions]
This commit is contained in:
9
.github/workflows/Platform_build.yml
vendored
9
.github/workflows/Platform_build.yml
vendored
@@ -13,7 +13,8 @@ on:
|
|||||||
description: 'Force a Release build. When not forced, the system will check for release word in the last commit message to trigger a release'
|
description: 'Force a Release build. When not forced, the system will check for release word in the last commit message to trigger a release'
|
||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
|
env:
|
||||||
|
WEB_INSTALLER: ${{ secrets.WEB_INSTALLER }}
|
||||||
jobs:
|
jobs:
|
||||||
bootstrap:
|
bootstrap:
|
||||||
name: Global setup
|
name: Global setup
|
||||||
@@ -228,5 +229,9 @@ 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 ]
|
||||||
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 }}
|
||||||
uses: ./.github/workflows/web_deploy.yml
|
uses: ./.github/workflows/web_deploy.yml
|
||||||
|
with:
|
||||||
|
web_installer_token: ${{ secrets.WEB_INSTALLER }}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user