WIP Workflow [skip actions]

This commit is contained in:
Sébastien
2022-10-07 15:31:52 -04:00
committed by GitHub
parent 83114861c5
commit 3d63670499

View File

@@ -225,9 +225,9 @@ 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 # 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: # steps:
- uses: sle118/squeezelite-esp32/.github/workflows/web_deploy.yml@master-v4.3 # - uses: sle118/squeezelite-esp32/.github/workflows/web_deploy.yml@master-v4.3