fix: build branch workflow upload artifacts
This commit is contained in:
parent
a612a17d28
commit
b1c340b199
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-branch.yml
vendored
4
.github/workflows/build-branch.yml
vendored
|
|
@ -314,8 +314,8 @@ jobs:
|
||||||
buildx-endpoint: ${{ needs.branch_build_setup.outputs.gh_buildx_endpoint }}
|
buildx-endpoint: ${{ needs.branch_build_setup.outputs.gh_buildx_endpoint }}
|
||||||
|
|
||||||
attach_assets_to_build:
|
attach_assets_to_build:
|
||||||
if: ${{ needs.branch_build_setup.outputs.build_type == 'Build' }}
|
if: ${{ needs.branch_build_setup.outputs.build_type == 'Release' }}
|
||||||
name: Attach Assets to Build
|
name: Attach Assets to Release
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
needs: [branch_build_setup]
|
needs: [branch_build_setup]
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue