mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-31 21:59:43 +03:00
WIP Workflow [skip actions]
This commit is contained in:
13
.github/workflows/BuildTest.yml
vendored
13
.github/workflows/BuildTest.yml
vendored
@@ -225,9 +225,10 @@ jobs:
|
|||||||
asset_path: build/${{ env.artifact_file_name }}
|
asset_path: build/${{ env.artifact_file_name }}
|
||||||
asset_name: ${{ env.artifact_file_name }}
|
asset_name: ${{ env.artifact_file_name }}
|
||||||
asset_content_type: application/octet-stream
|
asset_content_type: application/octet-stream
|
||||||
# update_web_installer:
|
update_web_installer:
|
||||||
# name: Update Web Installer After Release
|
name: Update Web Installer After Release
|
||||||
# runs-on: ubuntu-latest
|
needs: bootstrap
|
||||||
# if: ${{( always() && !cancelled() ) && needs.bootstrap.outputs.release_flag == 1 && needs.bootstrap.outputs.mock == 0 }}
|
runs-on: ubuntu-latest
|
||||||
# steps:
|
if: ${{( always() && !cancelled() ) && needs.bootstrap.outputs.release_flag == 1 && needs.bootstrap.outputs.mock == 0 }}
|
||||||
# - uses: sle118/squeezelite-esp32/.github/workflows/web_deploy.yml@master-v4.3
|
steps:
|
||||||
|
- uses: sle118/squeezelite-esp32/.github/workflows/web_deploy.yml@0226355ab76f138acdbef0740399a536ccb7c79d
|
||||||
|
|||||||
Reference in New Issue
Block a user