Skip to content

Commit

Permalink
Provide debug build as release artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehaller committed Dec 7, 2024
1 parent 36776cd commit 1c69b4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/create_draft_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ jobs:
secrets:
QUAY_IO_TOKEN: ${{ secrets.QUAY_IO_TOKEN }}
QUAY_IO_USERNAME: ${{ secrets.QUAY_IO_USERNAME }}
call_debug_build:
uses: ./.github/workflows/debug_build.yml
secrets:
QUAY_IO_TOKEN: ${{ secrets.QUAY_IO_TOKEN }}
QUAY_IO_USERNAME: ${{ secrets.QUAY_IO_USERNAME }}

create_release:
runs-on: ubuntu-latest
Expand All @@ -69,6 +74,7 @@ jobs:
get_version,
call_kuksa_databroker_build,
call_kuksa_databroker-cli_build,
call_debug_build,
]
steps:
- name: Checkout
Expand Down

0 comments on commit 1c69b4d

Please sign in to comment.