chore(workflows): fix release binary upload (#38)

This commit is contained in:
Alex Zenla 2024-04-09 04:02:07 -07:00 committed by GitHub
parent dedc514944
commit 4f84dfa3c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,6 +48,9 @@ jobs:
env: env:
KRATA_KERNEL_BUILD_SKIP: "1" 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/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: client:
strategy: strategy:
fail-fast: false fail-fast: false