mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 13:07:03 +03:00
WIP Workflow [skip actions]
This commit is contained in:
7
.github/workflows/BuildTest.yml
vendored
7
.github/workflows/BuildTest.yml
vendored
@@ -225,6 +225,7 @@ 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
|
||||||
- name: Update Web Installer
|
update_web_installer:
|
||||||
if: ${{ needs.bootstrap.outputs.release_flag == 1 && needs.bootstrap.outputs.mock == 0 }}
|
name: Update Web Installer After Release
|
||||||
uses: sle118/squeezelite-esp32/.github/workflows/web_deploy.yml
|
if: ${{( always() && !cancelled() ) && needs.bootstrap.outputs.release_flag == 1 && needs.bootstrap.outputs.mock == 0 }}
|
||||||
|
uses: sle118/squeezelite-esp32/.github/workflows/web_deploy.yml
|
||||||
Reference in New Issue
Block a user