Skip to content

Commit dc8430a

Browse files
committed
Add version to GH release artifacts
1 parent f6b8676 commit dc8430a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ jobs:
6262
with:
6363
prerelease: true
6464
files: |
65-
artifacts/rootfs-dev.iso
66-
artifacts/rootfs-prod.iso
67-
artifacts/rootfs-gpu-dev.iso
68-
artifacts/rootfs-gpu-prod.iso
69-
artifacts/ovmf.fd
70-
artifacts/bzImage
71-
artifacts/initramfs.cpio.gz
65+
artifacts/rootfs-dev-${{ steps.get_version.outputs.VERSION }}.iso
66+
artifacts/rootfs-prod-${{ steps.get_version.outputs.VERSION }}.iso
67+
artifacts/rootfs-gpu-dev-${{ steps.get_version.outputs.VERSION }}.iso
68+
artifacts/rootfs-gpu-prod-${{ steps.get_version.outputs.VERSION }}.iso
69+
artifacts/ovmf-${{ steps.get_version.outputs.VERSION }}.fd
70+
artifacts/bzImage-${{ steps.get_version.outputs.VERSION }}
71+
artifacts/initramfs-${{ steps.get_version.outputs.VERSION }}.cpio.gz

0 commit comments

Comments
 (0)