chore(workflows): fix release binary upload

This commit is contained in:
Alex Zenla 2024-04-09 11:01:34 +00:00
parent dedc514944
commit 501926346f
No known key found for this signature in database
GPG Key ID: 067B238899B51269

View File

@ -48,6 +48,9 @@ jobs:
env:
KRATA_KERNEL_BUILD_SKIP: "1"
- run: "./hack/ci/assemble-release-assets.sh os ${{ github.event.release.tag_name }} ${{ matrix.arch }} target/os/krata-${{ matrix.arch }}.qcow2"
- run: "./hack/ci/upload-release-assets.sh ${{ github.event.release.tag_name }}"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
client:
strategy:
fail-fast: false