mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 21:00:55 +00:00
chore(workflows): fix release binary upload (#38)
This commit is contained in:
parent
dedc514944
commit
4f84dfa3c7
3
.github/workflows/release-binaries.yml
vendored
3
.github/workflows/release-binaries.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user