WIP Workflow [skip actions]

This commit is contained in:
Sebastien L
2022-10-07 15:05:21 -04:00
parent 0226355ab7
commit c62e719c11

View File

@@ -224,7 +224,8 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
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