Skip to content

Commit

Permalink
WIP Workflow [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
sle118 committed Oct 7, 2022
1 parent 3d63670 commit 46848b3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/BuildTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,10 @@ jobs:
asset_path: build/${{ env.artifact_file_name }}
asset_name: ${{ env.artifact_file_name }}
asset_content_type: application/octet-stream
# update_web_installer:
# name: Update Web Installer After Release
# runs-on: ubuntu-latest
# if: ${{( always() && !cancelled() ) && needs.bootstrap.outputs.release_flag == 1 && needs.bootstrap.outputs.mock == 0 }}
# steps:
# - uses: sle118/squeezelite-esp32/.github/workflows/web_deploy.yml@master-v4.3
update_web_installer:
name: Update Web Installer After Release
needs: bootstrap
runs-on: ubuntu-latest
if: ${{( always() && !cancelled() ) && needs.bootstrap.outputs.release_flag == 1 && needs.bootstrap.outputs.mock == 0 }}
steps:
- uses: sle118/squeezelite-esp32/.github/workflows/web_deploy.yml@0226355ab76f138acdbef0740399a536ccb7c79d

0 comments on commit 46848b3

Please sign in to comment.